![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
A Carafe of Ubuntu
![]() |
how can i kill a non responding programm?
thanks
|
|
|
|
|
|
#2 |
|
Grande Half-n-Half Cinnamon Ubuntu
![]() Join Date: Aug 2006
My beans are hidden!
|
Re: how can i kill a non responding programm?
The best way if its a GUI application is to:
"ALT + F2" and call the program "xkill" then click on the bad program. |
|
|
|
|
|
#3 |
|
Quad Shot of Ubuntu
![]() Join Date: Apr 2005
Location: 127.0.0.1
Beans: 404
Ubuntu 9.04 Jaunty Jackalope
|
Re: how can i kill a non responding programm?
other ways for both gui and non-gui apps, is to kill the process by the name of the process, by using "killall" followed by the process name.
ex Code:
killall gnome-panel ex for a pid of 2893 Code:
kill -9 2893
__________________
Registered linux user 394273 |
|
|
|
|
|
#4 | |
|
Grande Half-n-Half Cinnamon Ubuntu
![]() Join Date: Aug 2006
My beans are hidden!
|
Re: how can i kill a non responding programm?
Quote:
top and check the PID section. And then, as professor_chaos said, you can kill it with kill -9 <PID> Also, check "man top" for more info, if you like to learn more. |
|
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2006
My beans are hidden!
|
Re: how can i kill a non responding programm?
ps x will get you a list of processes and ids. If you type in top, as mentioned above, you can simply type k and then you will see "PID to kill:" at the top. You can just give it the PID there or a -9 PID if it's not dying
|
|
|
|
|
|
#6 |
|
5 Cups of Ubuntu
![]() Join Date: Feb 2006
Beans: 28
Ubuntu 8.04 Hardy Heron
|
Re: how can i kill a non responding programm?
1. First of all you will need to figure out the PID (process id) of none responding program
Code:
ps -a Code:
kill 6922 |
|
|
|
|
|
#7 |
|
Fresh Brewed Ubuntu
![]() |
Re: how can i kill a non responding programm?
another nice way to use kill without run ps or top before:
Code:
kill -9 `pidof application_name` btw there is also an gnome applet named force quit which can be use to kill graphica apps by cliking on them. regards.
__________________
my blog - linux user #423778 - Ubuntu user #4214 HP nc6400 Core duo 1,66GHz Ram 3Go GChip i945GM HD 250Go@7200rpm Get a dynamic blogroll - Install gnome globalmenu |
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2006
Location: French Alps
My beans are hidden!
Ubuntu 7.04 Feisty Fawn
|
Re: how can i kill a non responding programm?
If you want to avoid the command-line add the "Force Quit" to your panel:
-Mouse right-click -Add to Panel... -[Desktop & Windows] Force Quit Then click on it, and then on the non-responding application (but beware, I think you can also kill the panel itself, or even Gnome). |
|
|
|
|
|
#9 |
|
Dipped in Ubuntu
![]() Join Date: May 2006
Location: Finland
Beans: 564
|
Re: how can i kill a non responding programm?
Is there a "Force Quit" equivalent for Xfce?
|
|
|
|
|
|
#10 |
|
Fresh Brewed Ubuntu
![]() Join Date: Apr 2006
Location: in the dark
Beans: 1,513
|
Re: how can i kill a non responding programm?
my favourite way is pressing ctrl+alt+esc you get a cool skull and crossbones
__________________
Imagination is more important than knowledge |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|