Show Menu
Cheatography

Linux bash Cheat Sheet (DRAFT) by

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

Bash Setup

Restart bash
>> bash
Reload .bashrc
>> source ~/.bashrc
Reload .bashrc
>> .  ~/bashrc

Locations

Home directory
~
Root directory
/
Change to Home directory
>> cd ~
Change to root directory
>> cd /