Basic Linux commands
ls - Lists the files and directories in the current directory.
cd - Changes the current directory. For example, cd /var/www would change the current directory to /var/www.
mkdir - Creates a new directory. For example, mkdir DevOps would create a ne...
dhiyanidevops.hashnode.dev2 min read