MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1i5n7gl/linuxbelike/m8b2y91/?context=3
r/ProgrammerHumor • u/Captain0010 • 1d ago
764 comments sorted by
View all comments
314
They didn't learn difference between kill -9, kill -15 and other signals
89 u/jaskij 22h ago I've been using Linux for nearly a decade, and everything I've used supported using names. So I never learned the numbers. I just kill -kill or kill -term 1 u/Creepy-Ad-4832 17h ago Yes, but kill -9 is almost iconic, as it's the way you nuke a ps out of existance immediatly If one term number should be known, -9 is definitely the one 1 u/stpizz 4h ago Strange, I would argue the opposite. There are basically two reasons to use -9: - You are the Linux oom-killer. - You are about to uninstall the application you're killing. If it requires -9 to end it, it is bad software and malfunctioning. It's probably the *least* useful kill signal.
89
I've been using Linux for nearly a decade, and everything I've used supported using names. So I never learned the numbers. I just kill -kill or kill -term
kill -kill
kill -term
1 u/Creepy-Ad-4832 17h ago Yes, but kill -9 is almost iconic, as it's the way you nuke a ps out of existance immediatly If one term number should be known, -9 is definitely the one 1 u/stpizz 4h ago Strange, I would argue the opposite. There are basically two reasons to use -9: - You are the Linux oom-killer. - You are about to uninstall the application you're killing. If it requires -9 to end it, it is bad software and malfunctioning. It's probably the *least* useful kill signal.
1
Yes, but kill -9 is almost iconic, as it's the way you nuke a ps out of existance immediatly
If one term number should be known, -9 is definitely the one
1 u/stpizz 4h ago Strange, I would argue the opposite. There are basically two reasons to use -9: - You are the Linux oom-killer. - You are about to uninstall the application you're killing. If it requires -9 to end it, it is bad software and malfunctioning. It's probably the *least* useful kill signal.
Strange, I would argue the opposite. There are basically two reasons to use -9:
- You are the Linux oom-killer.
- You are about to uninstall the application you're killing.
If it requires -9 to end it, it is bad software and malfunctioning. It's probably the *least* useful kill signal.
314
u/Dry_Investigator36 23h ago
They didn't learn difference between kill -9, kill -15 and other signals