Show Menu
Cheatography

Linux Commands Cheat Sheet (DRAFT) by

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

Check Memory

free -m
check memory usage
$ cat /proc/­meminfo
ead the
/proc/­meminfo
file
$ vmstat -s
memory usage statistics
$ top
check memory and cpu usage per process
$ htop

find

find /home/­use­rname/ -name "­*.e­rr"
Find Linux Files by Name or Extension