𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ@lemmy.world to Programmer Humor@programming.dev · 1 year agoPsychopath Devlemmy.worldimagemessage-square32linkfedilinkarrow-up1855arrow-down110
arrow-up1845arrow-down1imagePsychopath Devlemmy.world𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square32linkfedilink
minus-squaredohpaz42@lemmy.worldlinkfedilinkEnglisharrow-up6arrow-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.
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.