Unix System Calls Question:

Download Job Interview Questions and Answers PDF

How to protect a process from others to kill?

Unix System Calls Interview Question
Unix System Calls Interview Question

Answer:

by using signal handler block the signal for SIGKILL so that kill-9 will be handled.

Download Unix System Calls Interview Questions And Answers PDF

Previous QuestionNext Question
Explain c program to implement the Unix or Linux command to implement
ls -l >output.txt?
What command is used to execute system calls from exe?