Lab 2

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.

mkdir screen

Command cp: copies files and directories to the target location

cp screen

Command mv: moves file to target destination

mv screen

Command rm: removes file or directory

rm screen

Command help: displays help information

help screen

Command man: attempts to display a manual in current program

man screen

Command whatis: explains target command

whatis screen

Command alias: used to create a command composed of multiple commands

alias

Leave a Reply

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