devilish666@lemmy.world to Programmer Humor@programming.dev · 2 months agoPsychopath Devlemmy.worldimagemessage-square74fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagePsychopath Devlemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square74fedilink
minus-squaredohpaz42@lemmy.worldlinkfedilinkEnglisharrow-up0·2 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·2 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!