Questions Unix
Questions Unix
4. explain features of Unix OS. [2016,17_2] and Or different types of files used in unix
system. [2018,2021,2024]
5. explain UNIX kernel structure architecture? [2014] Or function of kernel. [2018] devise
9. discuss relative and absolute file access permission with example(chmod command).
[2015,17]
10. explain command for changing file permission and ownership. [2014,2016, 2018]
12. what do you mean by link? give the difference between soft link and hard link? Also
13. explain insert, append and change command for sed. [2015,2016,2018_2] OR sed
OR
17. explain any two communication between user's commands in unix. [2015]
18. write a note on pattern matching feature of awk utility giving an example. [2015] Or
30. explain standard input, output and error file in unix. [2017]
35. Define shell. Give names of different shell. Also explain features of shell. [2024]
short questions:
1. Explain purpose of super block.[2015,2014,2016,2018,2021]
2. Which command of vi editor is used to display line number before each line?
[2015.2017]
4. what do you mean by daemon ? list out them. how will you kill
daemon?[2015,2014,2016,2018,2021]
7. what is purpose of /bin and /temp directory of unix file system? [2014,2017,2018,2021]
8. where the number of free i-node and data block stored? [2014,2018]
9. explain the 3 times stamps maintained in the i-node and how can we access them?
[2017]
13. define redirection. list out symbols used for redirection. [2015,2016(2), 2018]
15. what is the exit status of a command? what is its normal value and where is the value
stored? [2014,2021]
17. what is job? how can we suspend a foreground and background job? [2014]
18. what is the difference between scheduling process using batch command and using at
command? [2014]
23. what will be the file and directory permission when the command umask 777 is used?.
[2016]
27. how can you make out two files are copies or links? [2017]
31. devise a pipeline sequence which lists three smallest files in the current working
directory. [2018]