this post was submitted on 07 Jul 2024
841 points (92.9% liked)

linuxmemes

20901 readers
2019 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

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

SIGTERM is a graceful request to the application to terminate itself and despite their names kill and killall default to SIGTERM (also useful to send other signals to processes, like START, STOP and NOHUP).

kill -9 though...

[–] [email protected] 29 points 3 months ago

"You should terminate yourself, NOW!"

[–] [email protected] 5 points 3 months ago* (last edited 3 months ago)
[–] [email protected] 1 points 2 months ago

killall is deprecated, we use pkill now.