cm0002@infosec.pub to Programmer Humor@programming.dev · 8 months agoClosing programsinfosec.pubimagemessage-square149linkfedilinkarrow-up1787arrow-down1102
arrow-up1685arrow-down1imageClosing programsinfosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 8 months agomessage-square149linkfedilink
minus-squarepalordrolap@fedia.iolinkfedilinkarrow-up1·8 months agoYou can also try signalling the parent with a SIGCHLD. Most of the time it does nothing, and hey, you’d be using a stronger version of the kill command anyway if it doesn’t work.
You can also try signalling the parent with a SIGCHLD. Most of the time it does nothing, and hey, you’d be using a stronger version of the kill command anyway if it doesn’t work.