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
What is command grouping and how does it work?
What file type is a makefile?
How do I know my linux shell version?
Who am I command in linux?
What does c mean in linux?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
How do I find the linux version?
List the three main parts of an operating system command?
What is ls command and what it does?
What does top do in linux?
What command would you use to check how much memory is being used by linux?
What is tail command in linux?
What does df command do in linux?
What does touch do in linux?
How do I check memory usage on linux?