Created
May 13, 2020 06:38
-
-
Save marvin-marvin/543e68ad2f8679842dc913aec57a96bc to your computer and use it in GitHub Desktop.
find_zombie_process
This file contains hidden or 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
# find zombie process ; look for STAT Z | |
ps aux | grep 'Z' | |
pstree -p -s 93572 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment