What do you mean by “vfs” in Linux?
a) virtual find support
b) virtual file system
c) virtual file support
d) virtual find system
What do you mean by “ipc” in Linux?
a) inter-process communication
b) inner-process communication
c) int-process communication
d) none of these
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
Which function call created new child process of parent?
a) fork()
b) wait()
c) create()
d) exit ()
Which function call terminates the process?
a) fork()
b) wait()
c) create()
d) exit ()
Timer management can be done through …… function.
a) setitimer()
b) getitimer()
c) both a & b
d) none of these