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
How do I search for text in vi?
Enumerate some of the most commonly used network commands in unix?
What is updatedb?
What is the general format of unix command syntax?
How does shebang work?
What does pipe () return?
What is the use of finger command?
What are grep patterns?
How to display no of records in oracle using unix command?
What is the comma to display different lines that are found when compare two files?
What is unix command?
How do I find previous commands in unix?
How do I use grep to find a file?
Which command is used to delete all files in the current directory and all its sub-directories?
What is the functionality of a top command?