#linux
Read more stories on Hashnode
Articles with this tag
What is a package manager in Linux? Package management is very important in Linux, and knowing how to use multiple package managers can prove...
Every file and directory on your Linux system is assigned 3 types of owner, given below. File Permission Permission Groups owner – The Owner...
Task - 1 Create "N" number of directories using shell scripts & loops. Example create day1 day2 day3.... day100 directories. #!/bin/bash ...
What is shell? Computers understand the language of 0's and 1's called binary language. In the early days of computing, instructions are provided...
cat command : The cat command is used to read a file and also to create cat File_Name a) creating file: b) Reading file chmod command: chmod command...
The LINUX system is functionally organized at four levels: Hardware: Linux operating system contains a hardware layer that consists of several...