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
How do I check disk space in linux?
What is a simple command?
What does bash stand for?
Explain about refer?
What is linux load average?
What is cd in cmd?
Why echo is used in linux?
What is #!/ Bin sh?
What is the command to check cpu speed in linux?
What does rmdir do in linux?
What command should you use to check the number of files and disk space used and each user’s defined quotas?
What is make command in linux?
How do you insert comments in the command line prompt?
How can you copy lines into the buffer in command mode?
How do I stop a linux job?