Skip to content

Instantly share code, notes, and snippets.

@lidio601
Created November 24, 2017 08:04
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 lidio601/8d6fe21afd944de86a0e40ac120ce3f8 to your computer and use it in GitHub Desktop.
Save lidio601/8d6fe21afd944de86a0e40ac120ce3f8 to your computer and use it in GitHub Desktop.
Kill all zombie processes
kill $(ps -A -ostat,ppid | awk '/[zZ]/{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment