I have been playing around with Ubuntu installing new themes and and docks. Sometimes during the installation, whole screen just hangs. What is the best way in Ubuntu to Kill a process/application? Anything similar to Ctrl + Alt + Del of windows?
|
|
In System->Admin you have an application called System Monitor, this is the equivalent of the windows task manager.
|
|||||
|
|
Not quite like CtrlAltDel of Windows, but you can also kill with |
|||
|
|
|
If you right click on the Gnome panel, and choose "Add to Panel", on the list you'll find a "Force Quit" button. If you add that to the panel, you can click on it, and then on an unresponsive program, to kill it. You might also want to learn about the kill and killall command line programs. |
|||
|
|
|
If your screen hangs, you can switch to virtual console (Alt-Ctrl-F1), login with your user, type top, detect CPU eating process, and then run skill process_name. If it is system (root) process, use sudo skill process_name |
|||
|
You can also restart X.Type Ctrl+Alt+Backspace In ubuntu 10.04 these keys will be disabled by default.To enable it,
|
|||
|
|
|
Firstly you should know the PID of the application you want to kill. you can use
Then use
|
|||


