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
When and how linux developed?
How do I run multiple commands in linux?
What is a simple command?
What are the commands in linux?
How do I check dns entry?
How do you copy in linux terminal?
Information technology is widely used in
What is tail command in linux?
What is vnc?
Describe the mknod command and when you’d use it.
What does && mean in bash?
Explain about the command elm?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
What is whois command in linux?
What happens to hard link when file is deleted?