KEMBAR78
OS File Index | PDF
0% found this document useful (0 votes)
15 views2 pages

OS File Index

oindsx

Uploaded by

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

OS File Index

oindsx

Uploaded by

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

INDEX

S.No. Problem Statement Date Page No. Signature


Connect to the Linux Server and understand the basic
1
Directory Structure of Linux.
Explain help commands in Linux like:-
2
man,info,help,whatis,apropos
Illustrate basic directory navigation commands like
3 cat,cd, mv, cp, rm, mkdir,rmdir ,file, pwd command,
cat>,cat>>.
Explain Basic Linux Commands:
date,echo,bc,who,whoami,hostname,tty,aliase,
4 less, more, uptime, cal(with options(-3,-m,y),
uname(-r,-n,options),df, du, touch, arch,ls with
options(-l,-a,F,-h,-i,-s,-t,r,-R,-ld,-li), we(w,l,c)
Illustrate vi basics, Three modes of vi Editor, how to
5
write, save, execute a shell script in vi editor.
Explain process related commands like: -ps, top,
6
pstree, nice, renice in Linux.

a) Explain and examine various file permissions


b) Set a file to be read-only with the chmod
command. Interpret the file permissions
7
displayed by the ls -l command
c) Chmod commands with options: u-r, u+rw, o-
r, o+x, g-x, o-r, o+x, g-x
Chmod commands: octals no 777
Explore rmdir command where the directory is not
8 empty. Also iilustrate the rm –r command to delete a
directory and its content.
Write a C program to create a Process using System
9 Call().

Write a shell Script:


a) Print hello world with current date and time
b) Print all the users who have currently logged
10 in
c) Display only the size of files from the current
working directory
d) Create a directory and files and subdirectories
11 Write basic shell script to display the table of a
number.
12 Write basic shell script to input a character from user
and then check whether it is uppercase, lowercase or
digit.
13 Write basic shell script to calculate factorial of a
number.
14 Write basic shell script to input the month number
and generate corresponding calendar
15 Write basic shell script to list all directories
16 Write basic shell script to display greatest of three
numbers
17 Write basic shell script to check whether the number
entered by user is prime or not.

You might also like