Skip to content

Instantly share code, notes, and snippets.

@zubair1024
Created March 29, 2020 07:57
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 zubair1024/073209558b1cd48819aab5d1580f67e3 to your computer and use it in GitHub Desktop.
Save zubair1024/073209558b1cd48819aab5d1580f67e3 to your computer and use it in GitHub Desktop.

Find all zombie processes

ps aux | grep 'Z'

Kill the process (replace pid with the process ID from the above list )

kill -s SIGCHLD pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment