Exp 1.3 Linux Administration Lab
Exp 1.3 Linux Administration Lab
Exp 1.3 Linux Administration Lab
3
Student Name: Gaurav Kamboj UID:21BCA1420
Branch: BCA Section/Group: 21BCA8-A
Semester: 4 Date of Performance: 15/03/2023
Subject Name: Linux Administration Lab Subject Code: 21CAP-255
Analyze File directory Hierarchy and apply their commands on Linux terminal for file and
directory manipulation.
2. Task to be done:
Perform all the commands that are related to file directory using terminal in Ubuntu that are to
be performed using virtual box.
3. Concept used:
Concept of file directory commands for Linux is being used here to perform all the commands
on the terminal
First open the terminal in Ubuntu are perform the following commands:
ls: It is used to display the listing of files and directories in current directory Syntax: $ls
cat: It is used for various tasks, Here we will use it for creation of a file Syntax: $cat >
filename
gedit: It is a graphical user interface editor with which file can be create Syntax: $gedit
filename
touch: It is used for creating blank file for storing content. Syntax: $touch filename
rm: It is used for removing a file from the directory Syntax: $rm filename
pwd: It stands for Print Working Directory. It tells us about our current location Syntax:
$pwd
mkdir: It stands for Make Directory. Used to make a directory in the current directory.
Syntax: $mkdir DirectoryName
cd: It stands for Change Directory. IT is used for shifting directory from one to another.
Syntax: cd DirectoryName
rmdir: It stands for Remove Directory. As its name suggests, it is used for deleting a
directory. Syntax: $rmdir DirectoryName
5. Result/Output/Writing Summary:
Learning outcomes (What I have learnt):
Evaluation Grid:
Worksheet Rubrics:
Understanding of Experiment 10% of total grade that is 2 marks
Command Description for all concepts covered in experiment 30% of total grade that is 6marks