You are viewing a single thread.
View all comments 29 points
It’s easy. Just open up a terminal and type
kill $PID
(Replace the $PID with the process id of the process) if you don’t know the process id you can do
killall process_name
If these don’t work you can add a -9
to banish them and give them no chance to resist
5 points
11 points
5 points
1 point
1 point
5 points
3 points
5 points
3 points
4 points