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.
Previous Question | Next 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? |