LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   "unlock" ctrl-alt-del (https://www.linuxquestions.org/questions/linux-newbie-8/unlock-ctrl-alt-del-178796/)

raysr 05-06-2004 11:35 PM

"unlock" ctrl-alt-del
 
How do you "unlock" Linux(Mandrake 9.2) when a crash occurs in the browser etc. The equivalent of WIN ctrl-alt-del? Thanks.

Crito 05-07-2004 12:39 AM

If it's just an app that's locked up use ctrl-alt-escape. Your cursor will change to a skull and crossbones, then just click on the window. If you managed to lock up the entire X server use ctrl-alt-backspace instead.

RolledOat 05-07-2004 12:39 AM

Start-->run command
xkill
your changed cursor into a bullseye will be self explantory (Left click, kill, right click, cancel). If your entire desktop locks up, CTRL-ALT-Backspace.

RO

RolledOat 05-07-2004 12:41 AM

Doh! :D

RO

Crito 05-07-2004 12:43 AM

LOL, I beat you by a few seconds. :p

raysr 05-07-2004 11:01 AM

Thanks!

Genesee 05-07-2004 11:53 AM

alternatively, run "ps aux" in a console, and use

kill [pid]

where pid is process id

"man kill" for more options


All times are GMT -5. The time now is 05:25 AM.