Cheat Sheet - Linux
#Navigation
pwd → Prints the current working directory.
cd → To change the current working directory.
cd .. → To move one directory back.
ls → Lists the contents of a directory.
ls -la → To show hidden files.
#System Info.
whoami → Displays the ...
sharmasmriti.hashnode.dev2 min read