I want to kill zombie process, but with using kill 9 i
cannot kill that process? can u tell other commands?
Answer Posted / ritesh paul
we can use pstree -paul to find the parent process id
and then kill it by killall and the process id of the parent process.
we can also grep pstree -paul with the child zombie process , it will directly show us the parent process
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is lsof command in linux?
What is the difference between kill and kill in linux?
Main configuration file and command used for NFS enabling exported directories and deamons?
Is makefile a shell script?
can any one send me one project on linux ...?
Why echo is used in linux?
Which command is used to find what is in your home directory?
What is cat command in linux?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
What does execute mean in linux?
Write about an internal command.
Can I delete .bash history?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
What does && mean in linux?
What is bash command?