Terminating a process
Terminating a process
Yes yes, I REALLY want to terminate that process and I am very sure about it too, ty.
You're viewing a single thread.
View all comments
89
comments
ps aux | grep <process>. kill <pid>
1 0 Replykill -9 $(pidof <process>)
3 0 Replykillall
works great for this.4 0 ReplyAt that point you can just hard restart as well. Most motherboards accept 10 to 15 seconds of power button as "my OS is fucked please help" and restart the machine for you.
6 1 ReplyThey also accept pulling the power cord out as "oh no" and shutdown for you!
6 0 Replykillall just kills all instances of a program, not everything.
and also, long pressing the power button should just shut it down, no?
2 0 Reply
You've viewed 89 comments.
Scroll to top