0% found this document useful (0 votes)
24 views4 pages

Os Lab Manual1

The document is a laboratory manual for the CS11303 Operating Systems course, detailing lab objectives and tasks related to the Linux environment. It includes a mapping of lab activities to course learning outcomes and a rubric for assessing modern tool usage. Additionally, it outlines specific tasks for students to complete, such as navigating directories and understanding file paths in Linux.

Uploaded by

alisharafique433
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views4 pages

Os Lab Manual1

The document is a laboratory manual for the CS11303 Operating Systems course, detailing lab objectives and tasks related to the Linux environment. It includes a mapping of lab activities to course learning outcomes and a rubric for assessing modern tool usage. Additionally, it outlines specific tasks for students to complete, such as navigating directories and understanding file paths in Linux.

Uploaded by

alisharafique433
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Laboratory Manual

Subject Name: CS11303 Operating Systems


Student Name ALISHA RAFIQUE

Reg. No. 70139513


Date 7TH OCT, 2024

MAPPING OF LAB TO CLOs & PLOs


CLO 3: Use Linux to implement system programs related to
process synchronization, shared memory, mailboxes, and PLO 5: Modern Tool Usage
Psychomotor Domain: P3
file systems.

Rubric for Modern Tool Usage

Criteria Attainment Score


Excellent Very good Good Fair Poor
(100-85%) (84-71%) (70-61%) (60-50%) (49-0%)
Understanding Demonstrates Demonstrates a Demonstrates Demonstrates Demonstrates minimal
of the Linux skillful ability to very good ability good ability to some ability to or no ability to describe
environment and describe and to describe and describe and describe and and explain the Linux
explain the Linux explain the Linux explain the Linux environment and its
its terminal explain the
environment and environment and environment and terminal
Linux its terminal its terminal its terminal
environment and
its terminal
Ability to Demonstrates Demonstrates a Demonstrates Demonstrates Demonstrates minimal
perform skillful ability to very good ability good ability to some ability to or no ability to perform
experiments perform to perform perform perform experiments using a
experiments experiments experiments Linux terminal
using a Linux experiments
using a Linux using a Linux using a Linux
terminal using a Linux terminal terminal terminal
terminal
Generation and Demonstrates Demonstrates a Demonstrates Demonstrates Demonstrates minimal
Interpretation of skillful ability to very good ability good ability to some ability to or no ability to
results using generate results to generate generate results generate results generate results using a
using Linux results using a using Linux Using Linux Linux terminal
Linux terminal
terminal Linux terminal terminal terminal
Ability to relate Demonstrates Demonstrates a Demonstrates a Demonstrates Demonstrates minimal
theory concepts skillful ability to very good ability good ability to some ability to or no ability to
and its understand the to understand the understand the understand the understand the
significance of significance of significance of significance of significance of the
significance
experiment and experiment and experiment and experiment and experiment and its
its relation to the its relation to the its relation to the its relation to the relation to the theory
theory theory theory theory
Lab1: Familiarizing with the Linux Operating System Environment and
Terminal`
Lab Objective: To introduce students to the Linux Environment and usage of Linux terminal.
Task 1: When you open the terminal, what directory are you in by default? Use appropriate
command to print it.
OUTPUT:

Task 2: Go to /etc./apt directory and display the list of contents using appropriate commands.
OUTPUT:

Task 3: Tell who is logged into the Linux system using the terminal?

Task 4: Create a directory with your name on the Desktop while you are inside the Desktop
directory.
Task 5: Create a directory with your surname inside your name directory created in task 4 while
you are inside the root directory.

Question 1: What is the difference between absolute and relative path?


Absolute and relative paths describe the location of a file or directory within a file system. They represent a set
of directions for the OS to find a specific item
There are two types of paths:
 Absolute path:
An absolute path is the location of a file or directory specified from the root directory. It represents the
complete path from the start of the filesystem from the root directory.
Example:
An example of an absolute path in Linux is:
/home/user/documents/file.txt
 Relative path:
A relative path is the location of a file or directory relative to your current working directory. Unlike an
absolute path, the relative path doesn't start with a slash or drive letter since it doesn't start from the root
directory.
Example:
When a current working directory is /home/user/documents, and you want to reference a file
named file.txt in the same directory, use the following relative path:
file.txt
The system looks for the specified file in the current working directory.
Lab Assessment
Understanding of Ability to perform Generation and Ability to
Linux experiments using Interpretation of relate theory
environment and a Linux terminal results using concepts and
its terminal (Criteria 2) Linux terminal their
(Criteria 1) (Criteria 3) significance Total
(6)
(3) (4)
(Criteria 4) 15 Marks
(2)

Task 1

Task 2

Task 3

Task 4

Task 5

Question 1

Average Marks

Lab Engineer Name: UMAR JAVED Signature: ___________________

You might also like