How can I protect my process from others to kill

Answers were Sorted based on User's Feedback



How can I protect my process from others to kill..

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

How can I protect my process from others to kill..

Answer / supriya

by using SIGKILL

Is This Answer Correct ?    6 Yes 7 No

How can I protect my process from others to kill..

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

Post New Answer

More Unix System Calls Interview Questions

What command is used to execute system calls from exe?

3 Answers   Axis Technologies,


What is the difference between command and utility in unix?

0 Answers  


The very first process created by the kernel in unix is?

0 Answers  


Describe the mount and unmount system calls?

2 Answers  


Need a Code snippet about how sharing is happening between Parent and Child threads in OS?

0 Answers  






What are the possible return values of kill() system call?

0 Answers  


Explain the mount system calls?

0 Answers  


The very first process created by the Kernal in UNIX is

7 Answers  


c program to implement the unix or linux command to implement ls -l >output.txt

5 Answers   Arihant,


Tell me how to protect a process from others to kill?

0 Answers  


What is the first process created by the kernel in unix?

0 Answers  


How to protect a process from others to kill?

0 Answers  


Categories