Show Menu
Cheatography

Linux for Noobs Cheat Sheet (DRAFT) by

Linux commands i cant remember quite well

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Generic Commands

su <us­ern­ame>
switch user
shutdown -r now
Restart

File Commands

ls
Show contents of current folder
pwd
Prints current Path
cd ..
Move a level up
cd -
go to previous directory
rm <Fi­len­ame>
Remove
mkdir
Create folder
./
Execute file