what is the difference between KILL and KILL -9?

Answers were Sorted based on User's Feedback



what is the difference between KILL and KILL -9?..

Answer / daniel

The simple kill command will give the signal SIGTERM, while kill -9 will give the signal SIGKILL.

Is This Answer Correct ?    44 Yes 2 No

what is the difference between KILL and KILL -9?..

Answer / birendra

Kill command will kill the proecess without specifying the
force whereas when we need to apply the force or priority
to kill any process we use kill -9.

Is This Answer Correct ?    35 Yes 4 No

what is the difference between KILL and KILL -9?..

Answer / ravi k srivastava

Kill allows the child processes to be killed before parent
process is killed.
Kill -9 forcefully kills the process without giving time to
child processes to be killed. In IPC architecture, its not
good idea to kill forcefully using "-9" option.

Is This Answer Correct ?    24 Yes 1 No

what is the difference between KILL and KILL -9?..

Answer / viraj

The simple kill command will give the signal SIGTERM, while
kill -9 will give the signal SIGKILL.

Is This Answer Correct ?    6 Yes 1 No

what is the difference between KILL and KILL -9?..

Answer / kiruthiga.s

KILL --> its a graceful terminating of proocess
kill-9--> terminates the process force fully

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

what is the use of "test" command in unix?

4 Answers  


What is an Unix command to convert HEX value to ASCII value located in any flat file.

2 Answers  


What is the significance of the 'tee' command?

0 Answers  


in a growing log file how will you see the 1st 99 lines?

7 Answers  


how many internal commands is there in UNIX?

3 Answers   TCS, Virtusa,






in unix echo is used for

10 Answers   BFL, BirlaSoft, Patni,


How can i know my Filesystem and its current usage in my prod UNIX system?

4 Answers   HCL, IBM,


What is grep in bash?

0 Answers  


What is the nmap command?

0 Answers  


what is the difference between relative path and absolute path?

7 Answers  


How do you create a file in UNIX

36 Answers   Accenture, EMG, Nokia, QA, TD,


How do I delete files from command prompt?

0 Answers  


Categories