1.

A user level process in Unix traps the signal sent on a Ctrl + C input and has a signal handling routine that saves appropriate files before terminating the process. When a Ctrl + C input is given to this process, what is the mode in which the signal handling routine executes ?

A. User mode
B. Kernel mode
C. Superuser mode
D. Privileged mode
Answer» C. Superuser mode


Discussion

No Comment Found