Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yoandresaav/5ba5fc011ed0ae18e7e23b477db715c7 to your computer and use it in GitHub Desktop.
Save yoandresaav/5ba5fc011ed0ae18e7e23b477db715c7 to your computer and use it in GitHub Desktop.
Process Zombies run as defunct
$ps -ef | grep defunct
$kill -9 <
ps -ef | grep defunct
UID PID PPID C STIME TTY TIME CMD
1000 637 27872 0 Oct12 ? 00:00:04 [chrome] <defunct>
1000 1808 1777 0 Oct04 ? 00:00:00 [zeitgeist-datah] <defunct>
kill -9 637 27872
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment