What is the difference between kill and kill -9 commands?
Answers were Sorted based on User's Feedback
Answer / bharath
kill <pid>
allows to kill the normal process.
where as
kill -9 <pid>
to kill normal process and also background process.
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / majeed090
kill <pid>
to kill all process but not kill the some child process
called Zombie process.
kill -9 <pid>
by using this it kills all process forcefully.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / guest
kill used for terminate the process but kill -9 used to
kill process forcefully
| Is This Answer Correct ? | 3 Yes | 1 No |
How will retrieves incoming mails from different web sites
What does wc command do in unix?
Is a command a full sentence?
How do you copy in linux terminal?
What is phony in makefile?
what is command for "calj2007"
Enlist some linux networking and troubleshooting commands?
How much ram do I have linux?
What is s in permission linux?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
What would be the result of the command paste -s dog cat?
Write a command that will display all .txt files, including its individual permission.