Skip to content

Instantly share code, notes, and snippets.

@flavianmissi
Created January 11, 2012 12:12
Show Gist options
  • Select an option

  • Save flavianmissi/1594399 to your computer and use it in GitHub Desktop.

Select an option

Save flavianmissi/1594399 to your computer and use it in GitHub Desktop.
Stop and restart zombie processes
kill -HUP `ps -A -ostat,ppid,pid,cmd | grep -e '^[Zz]' | awk '{print $2}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment