Basic Linux Commands
Apr 8, 2023 · 3 min read · 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...
Join discussion

