LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Shutdown a program (https://www.linuxquestions.org/questions/linux-newbie-8/shutdown-a-program-158961/)

rec 03-17-2004 10:38 AM

Shutdown a program
 
I currently have another browser open that I can't exit. Is there a way to exit a program even if it is hung. You know like a way to kill the process?

It is VERY annoying

bnice 03-17-2004 10:42 AM

`xkill` should do it. in KDE, kicker->utilities->xutilities->xkill

dunno about gnome, but you can also call it from a command prompt

Komakino 03-17-2004 10:44 AM

or type 'ps ax' in the console, find the process id of the app and type 'kill -9 pid' where pid is the process id.

manjula_rajan 03-17-2004 11:44 AM

If both the programs are hung,then type ctrl-alt-F1 and login to the root and try to kill the program with the corresponding PID with command kill PID

sirpimpsalot 03-17-2004 12:15 PM

CTRL + ALT +ESC works under many distro.... turns you mouse cursor into a scull and crossbones that you can "drop" on any application to kill it....

bigearsbilly 03-18-2004 09:11 AM

FYI
in some managers, like windowmaker, pressing <ctrl> and closing the window works.


billy

lozz1978 03-18-2004 09:14 AM

xkill is by far the easiest way to kill a non responding program.


All times are GMT -5. The time now is 12:55 AM.