this post was submitted on 15 Jan 2026
672 points (88.5% liked)

Programmer Humor

30720 readers
3076 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Shanmugha@lemmy.world 3 points 2 months ago* (last edited 2 months ago) (1 children)

they can be automatically moved to have parent 1 or something like that, so only way to kill them is a reboot. But personally I am yet to setup a stationary (uh, not a laptop) computer and see how it works for me without poweroff at the end of the day

[โ€“] asret@lemmy.zip 5 points 2 months ago

They get moved to the init process (parent 1) if their original parent dies. The init process should always wait on its child processes so they'll get cleaned up then. No reboot needed.

Once they're zombies all they really exist for is to return an exit code for their parent - they're no longer running.