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
Explain about communication features in UNIX?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
What are linux commands?
What is s in permission linux?
What is clang llvm?
How do I check if my cpu is overclocked?
What are the commands used in command prompt?
What is $@ in shell?
How do I check my cpu cores?
What is the syntax of mkdir?
How do you kill a process in linux?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
What does cd – command do?
What are grep commands?
What is grep command in linux with examples?