𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ@lemmy.world to Programmer Humor@programming.dev · 1 year agoPsychopath Devlemmy.worldexternal-linkmessage-square72linkfedilinkarrow-up11.21Karrow-down112
arrow-up11.2Karrow-down1external-linkPsychopath Devlemmy.world𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square72linkfedilink
minus-squaredohpaz42@lemmy.worldlinkfedilinkEnglisharrow-up5arrow-down1·edit-21 year agoYou can use kill -l (lowercase L) to see a list of signals. But IIRC it’s the same as -KILL. EDIT: fixed the signal name.
minus-squaresouthernbrewer@lemmy.worldlinkfedilinkEnglisharrow-up4·1 year 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-KILL
.EDIT: fixed the signal name.
TERM is the default (15). 9 is KILL
Thank you!