What is a CLI?
Command-line interface.
What is a GUI?
Graphical user interface.
Give an example for ‘man’
when you need info on another command
Give an example for ‘cat’
print and read files
Give an example for ‘ls’
list files
Give an example for ‘pwd’
current working directory
Give an example for ‘echo’
print a string
Give an example for ‘touch’
create a file within a directory
Give an example for ‘mkdir’
make a new directory
Give an example for ‘mv’
move/rename file
Give an example for ‘rm’
remove files or directory
Give an example for ‘cp’
copy a file/directory