Signal Handling Question:
Download Questions PDF

Which signal is sent when the Child process terminates?
a) SIGINIT
b) SIGKILL
c) SIGSTOP
d) SIGCHLD

Linux Signal Handling Interview Question
Linux Signal Handling Interview Question

Answer:

b) SIGKILL

Download Linux Signal Handling Interview Questions And Answers PDF

Previous QuestionNext Question
Which signal is generated when we press ctrl-Z?
a) SIGKILL
b) SIGSTOP
c) SIGABRT
d) SIGINT
Which of the following signal cannot be handled or ignored?
a) SIGINT
b) SIGCHLD
c) SIGKILL
d) SIGALRM