cd - change directory
~ - home directory
/ - root directory
sudo - super user
ssh - secure shell to a remote machine
mkdir - makes a directory of your choice in current directory
rm - deletes argument file
rmdir - deletes directory in argument with no files inside it
touch - makes a file in the current directory with the name of your choice
ls - shows files and directories within current directory
ls -l -shows files and directories within directory with shielding info
nano - a text editor
scp - secure copy to or from a remote machine via local host or remote host
make - builds a program based on a make file
whoami - returns the current user