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
How do I run a command in linux?
What can you tell about the tar command?
How do I run multiple commands in linux?
Which command is used to terminate a process?
What is du -s * | sort -k1,1rn | head command used for?
How do I check command history?
What does comm do and how to use it?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
Main configuration file and command used for NFS enabling exported directories and deamons?
Explain grep command.
Explain getopts command of linux?
How can I type in cmd?
What will happen when a system call is encountered in a user program?
What are the 4 kinds of sentences with examples?
What is filter command in unix?