@[email protected] to [email protected] • 9 months agoTerminating a processlemmy.mlimagemessage-square99fedilinkarrow-up1797
arrow-up1797imageTerminating a processlemmy.ml@[email protected] to [email protected] • 9 months agomessage-square99fedilink
minus-square@[email protected]linkfedilink9•edit-29 months agomainly wrong, by default kill send a SIGTERM, you can try SIGINT or SIGQUIT too, and in the end SIGKILL of course. Same in windows there is different way
minus-square@[email protected]linkfedilink4•edit-29 months agoSome software: fork() Me: Welcome to the process gauntlet loser, better not hang for a millisecond or you are dead and gone.
minus-square@[email protected]linkfedilink10•9 months agoEvery time you SIGKILL, a poorly-drawn penguin dies!
mainly wrong, by default kill send a SIGTERM, you can try SIGINT or SIGQUIT too, and in the end SIGKILL of course. Same in windows there is different way
I always go straight for the SIGKILL
Some software: fork()
Me: Welcome to the process gauntlet loser, better not hang for a millisecond or you are dead and gone.
Every time you SIGKILL, a poorly-drawn penguin dies!