@devilish666@lemmy.world to Programmer Humor@programming.dev • 3 months agoPsychopath Devlemmy.worldimagemessage-square72fedilinkarrow-up11.22Karrow-down110
arrow-up11.21Karrow-down1imagePsychopath Devlemmy.world@devilish666@lemmy.world to Programmer Humor@programming.dev • 3 months agomessage-square72fedilink
minus-square@dohpaz42@lemmy.worldlinkfedilinkEnglish5•edit-23 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.
minus-square@southernbrewer@lemmy.worldlinkfedilinkEnglish4•3 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-KILL
.EDIT: fixed the signal name.
TERM is the default (15). 9 is KILL
Thank you!