Signal Handling Question:
Download Questions PDF

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

Download Linux Signal Handling Interview Questions And Answers PDF

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