#Linux Cheat Sheet
##File Commands:
- ls β directory listing
- ls -al β formatted listing with hidden files
- cd dir - change directory to dir
- cd β change to home
- pwd β show current directory
- mkdir dir β create a directory dir
- rm file β delete file