lenuup@reddthat.com to linuxmemes@lemmy.world · 11 days agoThis just felt wrongreddthat.comexternal-linkmessage-square18fedilinkarrow-up1223arrow-down17
arrow-up1216arrow-down1external-linkThis just felt wrongreddthat.comlenuup@reddthat.com to linuxmemes@lemmy.world · 11 days agomessage-square18fedilink
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-up15·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-210 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