essentials
In this section, I will be discussing some basic Linux commands, along with a few basic flags associated with each commands. The term flag refers to the arguments/parameters supplied to the command.
ls
$ ls <dir>
Desktop Downloads Documents
Public Pictures ...
$ ls -l $ ls -a $ ls -la pwd
cd
mkdir
cat
Last updated