Show Menu
Cheatography

Linux Cheat Sheet (DRAFT) by

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

Directory Operators

pwd
Show current directory
mkdir dir
Make directory dir
cd dir
Change directory to dir
cd ..
Go up a directory
ls
List files
 

ls Options

-a
Show all (including hidden)
-l
Long listing format