Unix System Calls Question:

How to protect a process from others to kill?

Answer:

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

Read All 7 Unix System Calls Questions
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?