what is the difference between KILL and KILL -9?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
What do know about tee command and its usage?
What do you mean by zambie process?
what is the difference between Touch & cat command
how to delete entire records in unix ?
What is the procedure of "at" and crontab" commands?
which command is used to stop a running process in unix?
What command would users use to see what file one page at a time in UNIX?
What are bash commands?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
distinguish between paging and swapping?
Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.
8 Answers Concentrix, IBM, Symantec, TCS,
Give command that will make the file "run.sh" executable?