Signal Handling Question:

Default action of SIGSEGV is:
a) Terminate
b) Core dump
c) Stop
d) Cont

Linux Signal Handling Interview Question
Linux Signal Handling Interview Question

Answer:

b) Core dump


Previous QuestionNext Question
Signals are handled using which system call?
a) kill
b) signal
c) both
d) none
The kill system call is used to:
a) Send shutdown messages to all by superuser
b) Send a signal to a process
c) Kill processes
d) Stop the processes