Skip to content

Instantly share code, notes, and snippets.

@bora89
Created August 8, 2016 09:44
Show Gist options
  • Save bora89/684fa4a8febac8fffc171843fe907717 to your computer and use it in GitHub Desktop.
Save bora89/684fa4a8febac8fffc171843fe907717 to your computer and use it in GitHub Desktop.
Force terminating a program that is not responding, send KILL instead of TERM From http://stackoverflow.com/questions/160924/how-can-i-kill-a-process-by-name-instead-of-pid
killall -s KILL firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment