Post #1665447
2026-01-15 01:49 UTC
`kill`, and I swear to god if you're still there when I `ps`, I'm getting out the `-9`
Replies (3)
-
@69420@lemmy.world 2026-01-15 05:38
alias murder="kill -9"
-
@marcos@lemmy.world 2026-01-15 02:55
Yeah, by default `kill` sends sigterm, and not kill the process at all. It's the correct behavior, sending sigkill by default would be harmful. Now take a look at how `killall` worked in Solaris (before it adopted GNU).
-
@toynbee@lemmy.world 2026-01-15 02:23
https://youtube.com/watch?v=Fow7iUaKrq4