LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ctrl-alt-delete for linux? (https://www.linuxquestions.org/questions/linux-newbie-8/ctrl-alt-delete-for-linux-261137/)

albean 11-30-2004 09:29 PM

ctrl-alt-delete for linux?
 
Hi,

I know it is dangerous to turn off a running linux box but I managed to lock up my desktop such that nothing responds to my mouse clicks. I'm running gnome 2.6 on fc2. How can I get out of this somewhat gracefully?

Thanks.

mjrich 11-30-2004 09:33 PM

You could try CTRL-ALT-F4, login as root, fix the problem from the console, then restart X...

Good luck :)

chii-chan 11-30-2004 09:47 PM

ctrl-alt-delete will reboot your linux instead. To go to console, anything ranging from ctrl-alt-{F2,F3,F4,F5,F5} will do.

RHLinuxGUY 11-30-2004 09:56 PM

But then you have to login and type "top", this will show all your active running processes, and the ones that is consuming the most memory will be at the top. Lets say "wine" is taking up all your system resources, or is just whatever, you exit out of top by pressing ctrl + z, and top will shutdown. Then, type "killall -9 wine" to kill that process. Put anything else for wine, since that may not always be your problem.

NOTE: If you deicde to kill x. It will just restart X itself. It does the same thing as loging out to the login screen, but its refreshed. I suggest you do that instead of pressing ctrl + alt + backspace, since that seems to hurt your graphics card. (abrubtly ending the x session while in x hurts your graphics card. In a terminal, I don't believe it does)

chii-chan 12-01-2004 01:01 AM

'ps aux' is also okay.

tarod 12-01-2004 04:19 AM

and for the Proccess Table, you should do Ctrl+Esc and you'll kill proccesses windows-like mode


All times are GMT -5. The time now is 05:07 PM.