In this lab we continued learning the new functions of commands using the Linux terminal. The commands are listed below along with a description of what each one does and a screenshot.
Commands:
A. Mkdir: makes a new directory in the current location.
B. Cp: copies files and directories to the desired location.
C. Mv: allows the user to move a file or rename a file.
D. Rm: removes file or directory.
E. Help: display information about a command.
F. Man: displays the manual of a command.
G. Whatis: explains target command.
H. Alias: makes it possible to launch any command or group of commands.