In this lab we learn the functions of new commands using a linux terminal. The commands are listed below with a description and screenshot of its behaviour.
Command mkdir: makes a new directory in the current location.
Command cp: copies files and directories to the target location
Command mv: moves file to target destination
Command rm: removes file or directory
Command help: displays help information
Command man: attempts to display a manual in current program
Command whatis: explains target command
Command alias: used to create a command composed of multiple commands