How to display and kill zombie processes
kill $(ps -A -ostat,ppid | awk '/[zZ]/{print $2}')
ps aux | awk '"[Zz]" ~ $8 { printf("%s, PID = %d\n", $8, $2); }'
ps axu | awk '"[Zz] ~ $8 { system(sprintf("kill -HUP %d", $2)); }'
http://ift.tt/1JYlWjM
http://ift.tt/1duqYsx
kill $(ps -A -ostat,ppid | awk '/[zZ]/{print $2}')
ps aux | awk '"[Zz]" ~ $8 { printf("%s, PID = %d\n", $8, $2); }'
ps axu | awk '"[Zz] ~ $8 { system(sprintf("kill -HUP %d", $2)); }'
http://ift.tt/1JYlWjM
http://ift.tt/1duqYsx
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1JYlWjN
via LifeLong Community
No comments:
Post a Comment