Linux Cheat Sheet
Basic Commands
Navigation
pwd: Print the current working directory.
cd [dir]: Change directory to [dir]. Use cd .. to go up one level.
ls: List directory contents.
ls -l: List in long format.
ls -a: List all files including hidden files (those s...
chauhanrajatwork.hashnode.dev5 min read