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 language is a makefile written in?
What is $$ in shell script?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
What does grep command do?
What do you mean by directory?
Who command in linux?
What is the example of command sentence?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
Explain getopts command of linux?
Brief about the command nn?
Explain about lpr filename?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
How do I list all processes in linux?
What is bash linux?
What command should you use to check the number of files and disk space used and each user’s defined quotas?