#linux
Read more stories on Hashnode
Articles with this tag
What is a package? A package is a collection of software files that contains everything needed to install and run a particular software program,...
In Linux, file permissions determine who can read, write, and execute files or directories. We can check this using "ls -l" command, it will display a...
What is Shell? The shell is the command line interpreter. It translates commands entered by the user and converts them into a language that is...
cat <file_name>: This command is used to view what's written in a file cat -n <file_name>: This adds line numbers to all lines To change the...
What is Linux? Linux is an open-source operating system which means that its source code is freely available for anyone to view, use, and modify and...