Terminal
Terminal essentials.
pwd — show current directory
mkdir — create directory
cd — change directory
ls — list files in directory
ls -lah — list files as table, with hidden files, pretty file size units
mv — move from to
cp — copy from to
cat — view file contents
chown — change ownership
chmod — change permission modifiers
sudo — run a command that follows as super user