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 echo command in batch file?
What does wc command do in unix?
What is make in linux?
What does comm do and how to use it?
What is cd command used for?
What are the mv command options?
What is filter command in unix?
Which command is used to review boot messages?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
What is du command in linux?
Write about an internal command.
How do I check my system performance?
What is $$ in shell script?
How do I use nslookup in linux?
How do you create a file in linux?