devilish666@lemmy.world to Programmer Humor@programming.dev · 2 months agoPsychopath Devlemmy.worldimagemessage-square34fedilinkarrow-up1893arrow-down17
arrow-up1886arrow-down1imagePsychopath Devlemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square34fedilink
minus-squaredohpaz42@lemmy.worldlinkfedilinkEnglisharrow-up6arrow-down1·edit-22 months 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.