What is a CLI?
command line interface
What is a GUI?
graphical user interface
man
shows manual
cat
shows contents of file and concatenates files
ls
shows list of directories
pwd
prints name of current working directory
echo
displays a line of text
touch
changes file timestamp
mkdir
creates a new directory
mv
renames file
rm
removes file or directory
cp
copies file