lenuup@reddthat.com to linuxmemes@lemmy.world · 18 days agoThis just felt wrongreddthat.comimagemessage-square18linkfedilinkarrow-up1225arrow-down17
arrow-up1218arrow-down1imageThis just felt wrongreddthat.comlenuup@reddthat.com to linuxmemes@lemmy.world · 18 days agomessage-square18linkfedilink
minus-squareRead Bio@lemm.eelinkfedilinkEnglisharrow-up3·18 days agoWouldn’t it need a signal to kill it with or is that not required
minus-squarertxn@lemmy.worldMlinkfedilinkarrow-up15·18 days agokill automatically sends SIGTERM (15) if no other signal is specified. It’s the gentle way to terminate a process.
minus-squareRead Bio@lemm.eelinkfedilinkEnglisharrow-up2·edit-218 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