I want to kill zombie process, but with using kill 9 i
cannot kill that process? can u tell other commands?
Answer Posted / kapil agrawal
I don't believe you can kill zombie process with `kill -9
<pid>`. Zombie process are considered dead. And, you will
have to kill the parent process of the zombie process to
kill the zombie.
use ps -ef| grep "Z" command and ppid of Z process
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is unix finger command?
How many cmd commands are there?
What command do you type to find help about the command who?
What is bash history linux?
How do you insert comments in the command line prompt?
Explain about refer?
What does sh do in linux?
How do I create a .txt file?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
Which command is used to delete a group?
What is kill command?
What is kill 9 in linux?
What is phony in makefile?
What is cat command in linux?
How do you know which shell I am using in linux?