Created
May 21, 2024 22:20
-
-
Save yoandresaav/5ba5fc011ed0ae18e7e23b477db715c7 to your computer and use it in GitHub Desktop.
Process Zombies run as defunct
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
$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