Lab 2

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.

 

mkdir

B. Cp: copies files and directories to the desired location.

mkdir

C. Mv: allows the user to move a file or rename a file.

mv

D. Rm: removes file or directory.

rm

E. Help: display information about a command.

help

F. Man: displays the manual of a command.

man

G. Whatis: explains target command.

whatis

 

H. Alias: makes it possible to launch any command or group of commands.

alias

Leave a Reply

Your email address will not be published. Required fields are marked *