The most essential Linux commands
Keep this Linux cheat sheet on your desk printed,
it will help you to learn them quickly and become a Linux expert very soon.
Click on the image to open at full size

File Commands
The linux ls command lists files and directories within the current working directory.
ls - directory listing
ls -al - formatted listing with hidden files
2) The cd Linux command changes the current directory in Linux and can toggle between directories conveniently.
cd dir - change directory to dir
cd - change to home
3) The pwd Linux command (print working directory) command displays the name of the current working directory.
pwd - show current directory


