d) 45678(newline)123(newline)
a) The entire process with block if their is no kernel supported threads
a) No new child process is created
b) closes the stdin and copies the stdout descriptor to stdin
12. namei() is:
a) ANSI C library function
b) C library function
c) System call
d) kernel routine
d) kernel routine
14. read() system call on success returns:
a) 0
b) -1
c) number of character
d) none
c) number of character
16. The file system information is stored in:
a) Boot block
b) Super Block
c) Inode Table
d) Data Block
b) Super Block
d) all the above
18. Switch table is used by:
a) device special file
b) directory file
c) fifo
d) link file.
a) device special file
a) struct file
a) SCHED_FIFO
d) all of the above
24. Describe the use of strace command
Strace can be used to check the system calls called by the program. So, this can be used for debugging and benchmarking purposes.
28. Mm_struct maintains?
a) memory files
b) open files
c) pipe
d) active memory regions
d) active memory regions
b) Least recently Used
d) None of the above