How can I protect my process from others to kill
Answers were Sorted based on User's Feedback
Answer / jkmsreekanth
by using signal handler block the signal for SIGKILL so that kill-9 will be handled.
| Is This Answer Correct ? | 11 Yes | 7 No |
Answer / radhag
I just want to protect my process from any other processes
i.e, the kill -9 command should not work on my processes?
| Is This Answer Correct ? | 12 Yes | 23 No |
What is the first process created by the kernel in unix?
Need a Code snippet about how sharing is happening between Parent and Child threads in OS?
Explain the difference between command and utility in unix?
How to protect a process from others to kill?
The very first process created by the Kernal in UNIX is
What is the difference between command and utility in unix?
The very first process created by the kernel in unix is?
How can I protect my process from others to kill
What is the fork() system call?
Tell me how to protect a process from others to kill?
what is diff between command and utility in unix
What are the Unix system calls for I/O?