Created
April 3, 2020 07:21
-
-
Save 607011/5b94ba0f052f3b888889ea3ee1910be9 to your computer and use it in GitHub Desktop.
kill zombie's parent process
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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