View Single Post
Posts: 58 | Thanked: 31 times | Joined on Feb 2010 @ Shittown
#9
Originally Posted by h0oba View Post
if a prpgram isn't responding how kan i kill it?? there is no end button and sometimes i isn't closed from the tasks menu
Grrrr inglish man, inglish!

Open x-terminal, and login as root (root / sudo-gainroot (i suppose you have rootsh package already installed)).

With "ps" command, you can view all of the running processes. Scroll back and remember the number (process ID) of the process what you want to kill.

Type "kill [process ID]" and the process will be killed immediately.