what is the difference between KILL and KILL -9?
Answer Posted / 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 |
Post New Answer View All Answers
What are the unix commands?
Write a command to display a file’s contents in various formats?
Is ‘du’ a command? If so, what is its use?
What is the unix command to confirm a remote host is alive or not?
What is used to type command?
What is grep r?
What are reported commands?
how to sort the content of the file based on numeric values
Write a command that will display files in the current directory, in a colored, long format.
Which command is used to copy files?
Who wrote grep?
What is sed awk grep?
What do chmod command do?
What is pipe command in unix?
What are grep patterns?