What is a CLI?
Command line interface
What is a GUI?
Graphical user interface
Give at least one use case for each of the commands listed in this exercise.
man - checking manual
cat - Concatenates files / Prints contents of file.
ls - check list of contents in directory pwd - verify the current directory you are in echo - Displays line of text touch - Changes file timestamps. mkdir - Create new directory mv - rename directories and moves them. rm - delete file or directory cp - Copy a file