Answer Posted / vinod b
kill -9 uses SIGKILL signal which should not be used
because its forcible killing ,it cant be blocked or cached .
kill -15 PID will be suitable .else use killall pid as
explained in an earlier ans. kill -15 is a Termination
signal(SIGTERM)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is grep in bash?
How do I search for a file in unix command?
How do I clear my terminal history?
How does pipe () work?
What is the use of the command 'ls -x chapter[1-5]' ?
What does the md command do?
What is the command to find maximum memory taking process on the server?
What is the difference between cat command and more command?
Name the general commands in using unix os for a beginner?
What command is used to check the current users?
What does this command do,"$more readme.txt“?
What does pipe () return?
Which command should you use to find the remaining disk space in unix server?
What is the use of cut command in unix?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include