Skip to content

Instantly share code, notes, and snippets.

@rhuanbarreto
Created June 10, 2020 07:53
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 rhuanbarreto/472e33cb320a9cbb2c3128261d554a8f to your computer and use it in GitHub Desktop.
Save rhuanbarreto/472e33cb320a9cbb2c3128261d554a8f to your computer and use it in GitHub Desktop.
Kill Defunct Processes in Linux
ps -ef | grep defunct | grep -v grep | cut -b8-20 | xargs sudo kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment