Skip to content

Instantly share code, notes, and snippets.

@marvin-marvin
Created May 13, 2020 06:38
Show Gist options
  • Save marvin-marvin/543e68ad2f8679842dc913aec57a96bc to your computer and use it in GitHub Desktop.
Save marvin-marvin/543e68ad2f8679842dc913aec57a96bc to your computer and use it in GitHub Desktop.
find_zombie_process
# 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