Skip to content

Instantly share code, notes, and snippets.

@gythialy
Created April 3, 2021 00:35
Show Gist options
  • Save gythialy/508812963c456616a92a436225c3d368 to your computer and use it in GitHub Desktop.
Save gythialy/508812963c456616a92a436225c3d368 to your computer and use it in GitHub Desktop.
kill zombie process
kill -9 $(ps -A -ostat,ppid | grep -e '[zZ]'| awk '{ print $2 }')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment