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 diff between command and utility in unix
Explain the unmount system calls?
What are the possible return values of kill() system call?
What command is used to execute system calls from exe?
Explain the mount and unmount system calls?
c program to implement the unix or linux command to implement ls -l >output.txt
Explain c program to implement the unix or linux command to implement ls -l >output.txt?
The very first process created by the Kernal in UNIX is
Tell me how to protect a process from others to kill?
Describe the mount and unmount system calls?
What is the difference between command and utility in unix?
Name the command which is used to execute system calls from exe?