su -
Super user Goes to directory root
su
Goes to home directory
ping
Ifconfig
ls
List directory contents
pwd
Print current directory
cd
Change directory
mv
Move files
rm
Remove files
mkdir
Make directories
rmdir
Remove empty directories
cat
Concatenate files
chmod perm filename
Change mode, file permission
tar
GNU tape archiver
gzip/gunzip(decompress)
GNU compression program
bzip2/bunzip2(decompress)
Block-sorting file compressor
man
manual/help
hostname
Print name of local host
whoami
Print login name
any_command &
Run any command in the background
ps
List current processes
kill PID
Kill process (PID)
./
Run a program