this post was submitted on 31 Oct 2025
        
      
      45 points (97.9% liked)
      Linux
    9949 readers
  
      
      276 users here now
      A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
        founded 2 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
Very cool, thanks. I migrated from
toptohtopa while ago and never looked back, but I occasionally have to use machines that don't havehtopso it might be time to get familiar with the default tooling.Why do they say that
SIGKILLbad practice? I use it as the second tap if aSIGTERMdoesn't knock something out. The link in the article is 404ing.SIGKILL is a good way to orphan children. Or end a DB trabsaction without properly closing it (so the server socket stays open, or the transaction lock isn't released...) It exists for a reason, but docs usually caution against it because it can cause unexpected behaviors.
Ah makes sense. Thanks!
Eh, system will take care of the orphans
Turning them into Zombies is certainly a way of dealing with orphans, sure...