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
How find ip address linux?
What are different command to check ram, process and hdd of linux machine?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
What is vnc?
What is difference between free and available memory in linux?
What is cpu in top command?
What is clang format?
How do you copy in terminal?
What does && mean in linux?
How do I find previous commands in linux?
What is type command in linux?
What signal is ctrl c?
What is history command in linux?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?