cm0002@infosec.pub to Programmer Humor@programming.dev · 2 months agoClosing programsinfosec.pubimagemessage-square150linkfedilinkarrow-up1783arrow-down1101
arrow-up1682arrow-down1imageClosing programsinfosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 2 months agomessage-square150linkfedilink
minus-squareCameronDev@programming.devlinkfedilinkarrow-up10·2 months agoThat isn’t exclusively true. Programs can capture SIGTERM and ignore it, or do as they please, SIGKILL is non-negotiable though. Windows does have an equivalent to SIGKILL as well, in taskkill /F.
That isn’t exclusively true. Programs can capture SIGTERM and ignore it, or do as they please, SIGKILL is non-negotiable though.
Windows does have an equivalent to SIGKILL as well, in
taskkill /F.