Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

TMF 2234- OPERATING SYSTEMS

LAB 2

NAME: HAMIZATULWAFAA

MATRIC NUMBER : 78011

GROUP NUMBER : 7

TASK 1: Description of the use of these commands in your own words

Man: used to display the user manual of any command that we can run on the terminal

Pwd : used to print out the current directory we are in

Cd : used to change the current working directory. This command enable uses to navigate through the
system’s directories

Ls : used to list files and subdirectories within a directory

Clear: used to clears all the clutter on the terminal and gives you a clean window to work on

Mkdir : used to create a new directory

Rmdir: used to delete an empty directory


TASK 2 : Show how to create and remove a directory

You might also like