this post was submitted on 08 Sep 2024
1212 points (99.2% liked)
Programmer Humor
19471 readers
1338 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nah, we gotta
kill
, preferably with-9
. 🤣You know I’ve known for decades that -9 is basically “nuke it from orbit”, but does anyone know what the “9” actually means or where it came from?
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!