What is the difference between kill and kill -9 commands?

Answers were Sorted based on User's Feedback



What is the difference between kill and kill -9 commands?..

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

What is the difference between kill and kill -9 commands?..

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

What is the difference between kill and kill -9 commands?..

Answer / sai

kill command uses signal SIGTERM to kill processes by default it is kill -15
kill -9 uses the sinal SIGKILL to kill a processes (i.e force termination of processes )

Is This Answer Correct ?    2 Yes 0 No

What is the difference between kill and kill -9 commands?..

Answer / guest

kill used for terminate the process but kill -9 used to
kill process forcefully

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Linux Commands Interview Questions

in unix how to change old name to new name

7 Answers   Google,


I lost a root password and i need to give it, I treid to change it through single usermode even though i am not get a password, then what is the other procedure to give a root password?

8 Answers  


difference between nfs soft and hard mouniting points?

5 Answers   Oracle,


What is bash history linux?

0 Answers  


What is the use of cp p command?

0 Answers  






How do I start ms dos?

0 Answers  


What is nbtstat command?

0 Answers  


Is makefile a shell script?

0 Answers  


what is a command to display top 10 users who are using Huge Space?

3 Answers   IBM, TNS,


When you issue the command ls -l, what signifies the first character of the resulting display file? 701 What command can you use to determine the purpose of any command?

4 Answers  


how do u extract files from iso cd images in linux?

5 Answers   Wipro,


What is ls command and what it does?

0 Answers  


Categories