Skip to content

Instantly share code, notes, and snippets.

@aaronky
Last active April 7, 2019 17:52
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 aaronky/6c4b5065fcf22264e882c74c83848741 to your computer and use it in GitHub Desktop.
Save aaronky/6c4b5065fcf22264e882c74c83848741 to your computer and use it in GitHub Desktop.
kill defunct zombie parent
ps afx | grep defunct -B 1 | grep -Eo "[0-9]{3,}" | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment