@[email protected] to Programmer [email protected] • 6 months agoPsychopath Devlemmy.worldimagemessage-square72fedilinkarrow-up11.22Karrow-down112
arrow-up11.21Karrow-down1imagePsychopath Devlemmy.world@[email protected] to Programmer [email protected] • 6 months agomessage-square72fedilink
minus-squaredohpaz42linkfedilinkEnglish5•edit-26 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.
TERM is the default (15). 9 is KILL
Thank you!