LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kill Apps. that have lockedup? (https://www.linuxquestions.org/questions/linux-newbie-8/kill-apps-that-have-lockedup-11988/)

wbheinkel 01-17-2002 12:34 PM

Kill Apps. that have lockedup?
 
How do I shutdown a App. that has crashed or hungup in KDE without logging out. :confused:
:newbie:

trickykid 01-17-2002 12:40 PM

you can kill the app with the kill command... find the pid ( process id number ) using ps -aux or top, kill using this command with no quesitons asked: kill -9 pid

taz.devil 01-17-2002 12:42 PM

Or just as an alternative, you can click on the menu and 'run command' and type xkill. This will give you a little skull n' crossbones to click on the app with and will kill it. tricky's way is more dependable though...

rshaw 01-17-2002 01:43 PM

Control-alt escape will give you the skull and crossbones also.


All times are GMT -5. The time now is 07:19 AM.