@devilish666 to Programmer [email protected] • 6 months agoPsychopath Devimagemessage-square72arrow-up11.21Karrow-down111
arrow-up11.2Karrow-down1imagePsychopath Dev@devilish666 to Programmer [email protected] • 6 months agomessage-square72
minus-squaredohpaz42linkEnglish5•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!