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 is grep command in linux with examples?
What is c++ makefile?
Who is unix command?
What is whois command?
What is makefile in unix?
What command do you type to find help about the command who?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
What is umask 000?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
What does curl command do in linux?
What are runlevels in linux?
How cp command works in linux?
What daemon is used for scheduling of the commands?
What is the fastest way to enter a series of commands from the command-line?
What does mkdir mean?