devilish666@lemmy.world to Programmer Humor@programming.dev · 8 months agoPsychopath Devlemmy.worldexternal-linkmessage-square74linkfedilinkarrow-up11arrow-down12
arrow-up1-1arrow-down1external-linkPsychopath Devlemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 8 months agomessage-square74linkfedilink
minus-squaredohpaz42@lemmy.worldlinkfedilinkEnglisharrow-up0·8 months agoYou can use kill -l (lowercase L) to see a list of signals. But IIRC it’s the same as -TERM.
minus-squaresouthernbrewer@lemmy.worldlinkfedilinkEnglisharrow-up0·8 months agoTERM is the default (15). 9 is KILL
You can use
kill -l
(lowercase L) to see a list of signals. But IIRC it’s the same as-TERM
.TERM is the default (15). 9 is KILL
Thank you!