Skip to content

Instantly share code, notes, and snippets.

@Cherry-Pie
Created August 3, 2015 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cherry-Pie/d4a70d47f3d00d1ec448 to your computer and use it in GitHub Desktop.
Save Cherry-Pie/d4a70d47f3d00d1ec448 to your computer and use it in GitHub Desktop.
kill zombie processes
kill -HUP $(ps -A -ostat,ppid | grep -e '[zZ]'| awk '{ print $2 }')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment