Contents

What do you mean by “vfs” in Linux?
a) virtual find support
b) virtual file system
c) virtual file support
d) virtual find system


b

What do you mean by “ipc” in Linux?
a) inter-process communication    
b) inner-process communication
c) int-process communication                          
d) none of these

a

Which of the following responsibilities of Linux operating system?
a) create new copies                                           
b) receive interrupts
c) send signal to user
d) all of these


d

Which function call created new child process of parent?
a) fork()                                               
b) wait()
c) create()                             
d) exit ()


a

Which function call terminates the process?
a) fork()                                
b) wait()
c) create()                             
d) exit ()


d

Timer management can be done through …… function.
a) setitimer()                        
b) getitimer()
c) both a & b                       
d) none of these


c