You must log in or register to comment.
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!
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!