@lenuup@reddthat.com to linuxmemes@lemmy.world • 1 month agoThis just felt wrongreddthat.comimagemessage-square18arrow-up1226
arrow-up1226imageThis just felt wrongreddthat.com@lenuup@reddthat.com to linuxmemes@lemmy.world • 1 month agomessage-square18
minus-squareRead BiolinkfedilinkEnglish3•1 month agoWouldn’t it need a signal to kill it with or is that not required
minus-square@rtxn@lemmy.worldMlinkfedilink14•1 month agokill automatically sends SIGTERM (15) if no other signal is specified. It’s the gentle way to terminate a process.
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