this post was submitted on 08 Sep 2024
1210 points (100.0% liked)

Programmer Humor

22696 readers
1461 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 7 months ago* (last edited 7 months ago) (1 children)

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.

[–] [email protected] 4 points 7 months ago (1 children)

TERM is the default (15). 9 is KILL

[–] [email protected] 2 points 7 months ago