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 are whois tools?
Find command can search for files by
Which command is used to uncompress gzip files?
What is a simple command?
What is cpu in top command?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
What does uname do in linux?
State and explain about features of UNIX?
What is cpu utilization linux?
What is mkdir p?
How can we increase disk read performance in single command in Linux?
In order to display the last five commands you have entered using the fc command, you would type?
What does && mean in linux?
What is tty name?
Where is command history stored in linux?