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
How do I check terminal history?
What is FC command?
What is tail command in linux?
How can I type in cmd?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
What is the syntax of mkdir?
Explain about refer?
What is ps command in linux?
How can we increase disk read performance in single command in Linux operating system?
How do I run a .sh file in linux?
What is s in permission linux?
Explain the linux ‘cd’ command options along with the description?
Explain the free command.
tell me something about linux commands.
What can you tell about the tar command?