Wednesday, January 14, 2009

Killing Zombie Process

Use the command

# ps aux awk '{ print $8 " " $2 }' grep -w Z
Or
# top

For more information, see link Killing Zombie Process

No comments: