On Windows anytime the system hangs Ctrl-Alt-Del brings up the Start Up Manager, from which you can end the program or process causing the hang. Is there any command like this on Ubuntu?
|
|
System Monitor shows you an overview of running applications (under the Processes tab) and allows you to end them by right-clicking on the name and selecting the respective context menu item. You can set up keyboard shortcuts in the Keyboard settings (Shortcuts tab), so you can bind Ctrl+Alt+Del to Another command you might be interested in is Both of these might not work if your entire system hangs. If that happens, there are two things you can do. The first has to be enabled in advance when your system doesn't hang yet (you could do it right now): open Keyboard Layout settings (I believe this is merged into Keyboard in Ubuntu 12.04, but that hasn't been released yet), then click Options. One of the options is Key sequence to kill the X server, you can click that to enable Ctrl+Alt+Backspace. If you have done that, and your system hangs, you can press Ctrl+Alt+Backspace, which will effectively bring you back to the login screen. If even that doesn't work, the last thing you can do is ensuring a sane shutdown (i.e. not pressing and holding the power button). This one is a bit hard to remember, but it involves pressing and holding Alt+PrtSc and then press in order R, E, I, S, U, B (a mnemonic is Reboot Even If System Utterly Broken). |
|||||||||||||||
|
|
To stay in the spirit of magical shortcuts, here are some :
|
||||
|
|
|
System-monitor is what your looking for. You can launch it by typing |
||||
|
|
|
you could have a short command for opening a terminal, I have F4.
When you need to force an application to quit just open a terminal and type GNOME-shell
To kill a process
Having a short command for opening a terminal is a good idea in general because you can do other things as well. (htop, system monitor, rebooting, etc.) |
|||||||||||||||
|