what is the difference between KILL and KILL -9?
Answer Posted / 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 |
Post New Answer View All Answers
What is merge command in unix?
What is the comma to display different lines that are found when compare two files?
Explain command to display different lines that are found when compare two files?
Explain command to show the space allocation of files?
What is grep and how do you use it?
How do I clear my terminal history?
Give the command for finding the current date.
What do chmod command do?
What is pipe command in unix?
Why is awk called awk?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What command is used to check the current users?
What is the behavioural difference between cmp and diff commands?
What is the pipe command?
What is ctrl d?