Skip to content

Instantly share code, notes, and snippets.

@607011
Created April 3, 2020 07:21
Show Gist options
  • Save 607011/5b94ba0f052f3b888889ea3ee1910be9 to your computer and use it in GitHub Desktop.
Save 607011/5b94ba0f052f3b888889ea3ee1910be9 to your computer and use it in GitHub Desktop.
kill zombie's parent process
kill -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