OSY PROJECT
OSY PROJECT
SANDIP POLYTECHNIC
AT MAHIRAVANI, TRIMBAK ROAD, NASHIK – 422 213
Approved by A.I.C.T.E. New Delhi, DTE Mumbai, & Affiliated to MSBTE Mumbai
Phone: (02594) 222 571/72/73/74/75 Website: www.sp.sandipfoundation.org
Program Name and Code: Computer Engineering ( CO) Academic Year : 2024-25
Linux Utilities
Certificate
This is to certify that Mr/MS: Kasturi Devaji Gangurde Roll No: 13 of FIFTH
SEMESTER of Diploma Program in Computer Engineering at Sandip Foundation’s,
Sandip Polytechnic, Nashik Institute Code: 1167 has completed the Micro Project
satisfactorily in Course Operating System (22516)” for the academic year 2024-
2025 as prescribed in the MSBTE curriculum of ‘I Scheme’.
of
Institute
MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION, MUMBAI
Certificate
This is to certify that Mr/MS: Shruti Prashant Bhamare Roll No: 31 of FIFTH
SEMESTER of Diploma Program in Computer Engineering at Sandip Foundation’s,
Sandip Polytechnic, Nashik Institute Code: 1167 has completed the Micro Project
satisfactorily in Course Operating System (22516)” for the academic year 2024-
2025 as prescribed in the MSBTE curriculum of ‘I Scheme’.
of
Institute
MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION, MUMBAI
Certificate
This is to certify that Mr/MS: Tanishka Nandu Zade Roll No: 43 of FIFTH
SEMESTER of Diploma Program in Computer Engineering at Sandip Foundation’s,
Sandip Polytechnic, Nashik Institute Code: 1167 has completed the Micro Project
satisfactorily in Course Operating System (22516)” for the academic year 2024-
2025 as prescribed in the MSBTE curriculum of ‘I Scheme’.
of
Institute
INDEX
Sr.
Title Page No
No
1 Annexure –I A
2 Annexure –II A
3 Annexure –IV
4 Apply scheduling algorithms to calculate turnaround time and average waiting time.
Annexure- II
PART B (Outcome after Execution)
Format for Micro Project Report
Linux Utilities
Sr.
Name of Resource/Material Specification Quantity Remark
No.
Processor i5 4GB
1 Computer system 1 -
RAM above
2 Operating system Ubuntu 1 -
3 Wikipedia Linux utilities 1 -
1. pwd Command
The pwd command is used to display the location of the current working directory.
Sy ntax:
1. pwd
2. mkdir Command
The mkdir command is used to create a new directory under any directory.
Syntax:
mkdir <directory
name> Output:
3. rmdir Command
The rmdir command is used to delete a directory.
Syntax:
1. rmdir <directory name>
Output:
4. cd Command
Output:
5. touch Command
<file2> Output:
6.cat Command
Press "CTRL+ D" keys to save the file. To display the content of the file, execute it as
follows:
Output:
7. rm Command
The rm command is used to remove a file.
Syntax:
rm <file name>
Output:
8. cp Command
Output:
9. mv Command
The mv command is used to move a file or a directory form one location to another
location.
Syntax:
path> Output:
10.rename Command
The rename command is used to rename files. It is useful for renaming a large group
of files.
Syntax:
For example, to convert all the text files into pdf files, execute the below command:
Output:
11.head Command
The head command is used to display the content of a file. It displays the first 10 lines
of a file.
Syntax:
The tail command is similar to the head command. The difference between
both commands is that it displays the last ten lines of the file content. It is
useful for reading the error message.
Syntax:
1. tail <file
name> Output:
13. tac Command
The tac command is the reverse of cat command, as its name specified. It
displays the file content in reverse order (from the last line).
Syntax:
1. tac <file
name> Output:
In more command, the following keys are used to scroll the page:
Syntax:
Output:
The less command is similar to the more command. It also includes some
extra features such as 'adjustment in width and height of the terminal.'
Comparatively, the more command cuts the output in the width of the
terminal.
Syntax:
Output:
16.su Command
name> Output:
17.id Command
The id command is used to display the user ID (UID) and group ID (GID).
Syntax:
1. id
lOMoARcPSD|24815077
Output:
18.useradd Command
1. useradd username
Output:
19.passwd Command
The passwd command is used to create and change the password for a user.
Syntax:
1. passwd
<username> Output:
lOMoARcPSD|24815077
20.groupadd Command
1. groupadd <group
name> Output:
The cat command is also used as a filter. To filter a file, it is used inside pipes.
Syntax:
Output:
lOMoARcPSD|24815077
The cut command is used to select a specific column of a file. The '-d' option is
used as a delimiter, and it can be a space (' '), a slash (/), a hyphen (-), or
anything else. And, the '-f' option is used to specify a column number.
Syntax:
Output:
23.grep Command
The grep is the most powerful and used filter in a Linux system. The 'grep'
stands for "global regular expression print." It is useful for searching the
content from a file. Generally, it is used with the pipe.
Syntax:
Output:
24.comm Command
<file2> Output:
25.sed command
The sed command is also known as stream editor. It is used to edit files using
a regular expression. It does not permanently edit files; instead, the edited
content remains only on display. It does not affect the actual file.
lOMoARcPSD|24815077
Syntax:
Output:
26.tee command
The tee command is quite similar to the cat command. The only difference
between both filters is that it puts standard input on standard output and also
write them into a file.
Syntax:
1. cat <fileName> | tee <newFile> | cat or tac |
Output:
27.tr Command
The tr command is used to translate the file content like from lower case to upper
case.
lOMoARcPSD|24815077
Syntax:
1. command | tr <'old'>
<'new'> Output:
28.uniq Command
The uniq command is used to form a sorted list in which every word will occur
only once.
Syntax:
Output:
Annexure-IV
TEACHER EVALUATION SHEET
lOMoARcPSD|24815077
Annexure-IV
TEACHER EVALUATION SHEET
Annexure- IV
TEACHER EVALUATION SHEET
_______________________________________________________________________________________________________________________
_______________________________________________________________________________________________________________________
Dated Signature