Video: https://youtu.be/6VH_aDNF6JU

Source Code → github.com/bahamas10/ysap/tree/main/code/2026-04-22-zombie-process

Explanation of what a zombie process in Linux is, how to create one and what happens if there is one.

all 13 comments

sorted by: hot top controversial new old
[–] 8 points 3 months ago (2 children)

All they wanna do is east your brains. They're not unreasonable; I mean no one's gonna eat your eyes.

  • source
  • hideshow 4 child comments
  • [–] 4 points 3 months ago (3 children)

    All they wanna do is eat your brains. We're at an impasse here. Maybe we should compromise.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 4 points 3 months ago (2 children)

    @thingsiplay Stop their parent process and the zombie will go under init, then init will stop them.

  • source
  • hideshow 4 child comments
  • [–] [S] 3 points 3 months ago (2 children)

    That's what the video explains as well. Killing the parents will make init adopt and kill the children in the process. Problem is, that you might not want to stop / kill the parent process, depending on what you are doing. One should be very careful of doing so.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 3 months ago (1 child)

    You could just avoid killing processes

  • source
  • hideshow 2 child comments