0% found this document useful (0 votes)
114 views

Unix Imp Questions

important

Uploaded by

akashm0018v
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)
114 views

Unix Imp Questions

important

Uploaded by

akashm0018v
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

Department of Computer Science & Engineering

BCS515C-UNIX SYSTEM PROGRAMMING


Question Bank-IA 1
1) With a neat diagram explain architecture of Unix operating system.-CO1-L2
2) What is a parent child relationship? Explain Unix file system with a neat
diagram.-CO1-L2
3) Write the command for the following-CO1-L1
a. To display all files, hidden files included.
b. To create a file of zero sizes.
c. To create directory.
d. To delete the directory.
e. To delete File.
4) Illustrate command structure usage and behaviour with respect to absolute
and relative pathnames of following commands with syntax and suitable
examples.-CO1-L2
a. mkdir
b. rmdir
c. man
d. pwd
e. cat command with all option.
5) With a neat diagram, explain the kernel and shell relationship in UNIX
operating System.-CO1-L2
6) Explain the following commands with example: i)cat ii)printf iii)who-CO1-L2
7) Explain the salient features of Unix Operating System.-CO1-L2
8) Explain different types of files supported in UNIX.-CO2-L2
9) With the example, explain the following commands.-CO1-L2
i)man
ii)pwd
iii)od
10) Explain basic file types in Unix. What is relative and absolute pathname?-
CO2-L2
11) Interpret the significance of ls –l command –CO1-L2
12) Which command is used for listing file attributes. Explain the significance of
each field in the attributes.-CO2-L2
13) Current file permission of a regular file “unix” are rw--w---x. Illustrate both
relative and absolute methods required to change permission to the
following:CO2-L3
a. –wxrwxr-x
b. r-------x
c. –w-r-x-w-
d. --xrw-r--
e. ------x-w
14) Define and explain various shell wild cards with suitable example.-CO1-L2
15) Explain ls Command with all the options with suitable examples.-CO1-L2
16) Explain the use of chmod command to change file permission using both
absolute and relative methods-CO2-L2
17) Explain grep command with all its options-CO1-L2
18) Explain the three standard files in UNIX-CO2-L2
19) Explain if and While control statements in shell scripts with suitable
program-CO1-L2

You might also like