Answer Posted / ajit mohan b
Do a ps and identify the zombie processes
# ps -el | grep 'Z'
Occasionally, these processes are in such a state that the
only way to get rid of them is to reboot to clear them.
In most cases, you can get rid of a zombie by normal means,
"kill -15 zombie PPID", "kill -9 zombie PPID".
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What are runlevels in linux?
What does history command do in linux?
What does chmod 755 do?
What are the ms dos commands?
What is bash history linux?
Which of the following tasks cannot be accomplished with the touch command?
What are different command to check ram, process and hdd of linux machine?
Enlist some linux to file content commands?
What is whois command?
How lilo is useful in linux?
How do I list all processes in linux?
What are the basic dos commands?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
Why is it called bash?
What is make in linux?