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 are the basic dos commands?
How do I check if my cpu is overclocked?
Who am I command in linux?
What is command to check ports running/used over local machine
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
What is difference between free and available memory in linux?
What is unix finger command?
How does grep work in linux?
How can we increase disk read performance in single command in Linux?
What are grep commands?
What is netstat command in linux?
How many commands are there in linux?
What is the difference between locating and locate command?
What is linux pwd (print working directory) command?
What is git command?