@devilish666 to Programmer [email protected] • 5 months agoPsychopath Devimagemessage-square72arrow-up11.21Karrow-down110
arrow-up11.2Karrow-down1imagePsychopath Dev@devilish666 to Programmer [email protected] • 5 months agomessage-square72
minus-square@dohpaz42linkEnglish5•edit-25 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!