Show Menu
Cheatography

My Linux Commands Cheat Sheet (DRAFT) by

Basic Linux Terminal Commands

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

Change Directory

cd exampl­e/path/
change directory
cd ..
change to parent directory

List Content

ls
list directory content
ls -a
list hidden directory content

Useful hacks

pwd
print working directory
ifconfig
show network settings
top
show task manager