cm0002@infosec.pub to Programmer Humor@programming.dev · 3 个月前Closing programsinfosec.pubimagemessage-square148linkfedilinkarrow-up1750arrow-down191
arrow-up1659arrow-down1imageClosing programsinfosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 3 个月前message-square148linkfedilink
minus-square9point6@lemmy.worldlinkfedilinkarrow-up23·3 个月前kill, and I swear to god if you’re still there when I ps, I’m getting out the -9
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up9arrow-down1·3 个月前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).
minus-square9point6@lemmy.worldlinkfedilinkarrow-up2·3 个月前Okay that took me by surprise I’ll be sharing this
kill, and I swear to god if you’re still there when Ips, I’m getting out the-9Yeah, by default
killsends 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
killallworked in Solaris (before it adopted GNU).https://youtube.com/watch?v=Fow7iUaKrq4
Okay that took me by surprise
I’ll be sharing this
Please do!