Mastering Essential Linux Commands: A Guide to cd, ls, pwd, mkdir, rm, echo and cat
cd
For changing your working Directory.
This command is used for changing your working directory.
cd Documents/
For navigating to the home directory -
Wherever you are in your file system it will bring you to your home directory.
cd
For n...
suhail34.hashnode.dev4 min read