General
sudo <command>
pkill <name>
passwd
cd <path/to/dir>
cd ~
cd ..
cd -
pwd
ls <path/to/dir> [-a] [-l] [-r] [-t]
man <command>
echo <expr>
history
head <path/to/file> -n <nlines>
tail <path/to/file> -n <nlines> [-f]
cat <path/to/file>
less <path/to/file>
grep <string> <path/to/file>
find -name <filename>