LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Terminating an unresponsive program (https://www.linuxquestions.org/questions/linux-newbie-8/terminating-an-unresponsive-program-291091/)

dangerousdave 02-16-2005 03:57 PM

Terminating an unresponsive program
 
XMMS has crashed when I tried to use a different output plugin, its frozen and wont close. How can I terminate the program externally? I tried ps -af and nothing for xmms is listed, any ideas?

Cheers,

sigsegv 02-16-2005 03:59 PM

ps ax | grep xmms
kill -9 <pidFromAbove>

reddazz 02-16-2005 04:07 PM

You can just run "xkill" from a terminal, menu or the "run program" dialogue and then click on the program you want to kill.

sigsegv 02-16-2005 04:12 PM

xkill removes a client window's connection from the X server. It doesn't make any attempt whatsoever to stop the program that drew the window, and will 99% of the time leave it running...

dangerousdave 02-16-2005 04:25 PM

Cheers for that, just what I needed. This forum saves me yet again.

Tinkster 02-16-2005 04:48 PM

How about
skill -9 xmms
? :)


Cheers,
Tink


All times are GMT -5. The time now is 04:40 AM.