What is the difference between kill and kill -9 commands?
Answer Posted / 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 |
Post New Answer View All Answers
How do you execute more than one command or program from a single command line entry?
Who am I command in linux?
What is bc command in unix?
How do I get to root in linux?
You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?
What is command grouping?
Find command can search for files by
What does df command do in linux?
What is unix finger command?
Which commands are used to set a processor-intensive job to use less cpu time?
What does mkdir mean?
What is the ipconfig command for linux?
How do I check if my cpu is overclocked?
What does execute mean in linux?
What does && mean in bash?