This is a blog post to hold all of the commands I learn.

cd change directory

mkdir make directory

ls list

sudo super user do (technically switch user do, but by default linux will use the super user)

mv move file

cp copy file

rm delete

!! bang bang [run previous command again]

.. move one directory closer to root