What is the difference between kill and kill -9 commands?
Answer Posted / majeed090
kill <pid>
to kill all process but not kill the some child process
called Zombie process.
kill -9 <pid>
by using this it kills all process forcefully.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is linux load average?
what do know about commands?
What does chmod 755 do?
Why is unix used?
What is grep command?
What is 9 in kill?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
How much ram do I have linux?
How can I create a file with cmd?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
How do you create a file?
What is clang llvm?
What is clang format?
How do I set permission to run in linux?
How is grep so fast?