lenuup@reddthat.com to linuxmemes@lemmy.world · 11 days agoThis just felt wrongreddthat.comimagemessage-square17fedilinkarrow-up1221arrow-down17
arrow-up1214arrow-down1imageThis just felt wrongreddthat.comlenuup@reddthat.com to linuxmemes@lemmy.world · 11 days agomessage-square17fedilink
minus-squareMwa@lemm.eelinkfedilinkEnglisharrow-up3·11 days agoWouldn’t it need a signal to kill it with or is that not required
minus-squarertxn@lemmy.worldMlinkfedilinkarrow-up14·11 days agokill automatically sends SIGTERM (15) if no other signal is specified. It’s the gentle way to terminate a process.
minus-squareMwa@lemm.eelinkfedilinkEnglisharrow-up2·edit-211 days agoohh okay thanks and useful to know
Wouldn’t it need a signal to kill it with or is that not required
kill
automatically sendsSIGTERM
(15) if no other signal is specified. It’s the gentle way to terminate a process.ohh okay thanks and useful to know
It defaults to SIGTERM
okay thanks