Results 1 to 7 of 7
ctrl + alt + delete, what is the equal of this in ubuntu?
I tried killall, but I couldn't quite get that to work....
- 10-24-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 12
ctrl + alt + delete
ctrl + alt + delete, what is the equal of this in ubuntu?
I tried killall, but I couldn't quite get that to work.
- 10-24-2006 #2
There is no equivelent because there is no direct equivelent to the task manager.
Assuming you want to be able to kill something that is frozen have a look at the following url for tips on doing just that.
http://www.sm.luth.se/~alapaa/file_f...ix/ch02_07.htm
- 10-24-2006 #3
You can download and install Automatix which gives you the opportunity to install many things, mp3 codecs, dvd codecs, etc. Among those options, is a task manager very similar to the Windows one which can be executed with the key sequence Ctrl+Alt+Del.
- 10-24-2006 #4Just Joined!
- Join Date
- May 2006
- Posts
- 12
thanks. In Knoppix, u just had to hit ctrl + esc to bring up a task manager.
- 10-24-2006 #5
I assume this is so you can kill processes and apps. Well, you can open up a terminal, type 'top' to see process ID's for your programs (among many other things). When you find the process ID for your program, just push 'k' and enter the PID for your program. It will ask you for a signal (use 9 - it always works for me
). Voila! Your program is killed!
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 10-24-2006 #6
In Ubuntu, you can reproduce the CTRL-ALT-DEL function of Windows (which brings up the task manager) like that.
First install gnome-system-monitor (which should already be installed) :
Then bind the keys CTRL-ALT-DEL to it (issue those commands in the terminal) :Code:sudo apt-get install gnome-system-monitor
That's it !Code:gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_9 "<Control><Alt>Delete" gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_9 "gnome-system-monitor"
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-11-2009 #7Just Joined!
- Join Date
- Jun 2009
- Posts
- 1
use my easy GUI method

Click System > Preferences > Hotkeys (Something like that. I dont use english ubuntu sorry for that
)
Click Add and type something to Name section (like TASKMANAGER)
and copy and paste that to command section:
gnome-system-monitor
come to end of list and set a hotkey for TASKMANAGER (like CTRL ALT DEL)Last edited by oz; 06-11-2009 at 02:58 PM. Reason: removed non-English portion of post - refer to forum rules


