this post was submitted on 31 Oct 2025
55 points (98.2% liked)
Linux
9954 readers
161 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 transaction 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!