Find the answer to your Linux question:
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....
  1. #1
    Just 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.

  2. #2
    Just Joined! whoozhe's Avatar
    Join Date
    Oct 2006
    Location
    Australia
    Posts
    3
    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

  3. #3
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    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.

  4. #4
    Just Joined!
    Join Date
    May 2006
    Posts
    12
    thanks. In Knoppix, u just had to hit ctrl + esc to bring up a task manager.

  5. #5
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    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!

    Bryan
    Looking 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.

  6. #6
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    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) :
    Code:
    sudo apt-get install gnome-system-monitor
    Then bind the keys CTRL-ALT-DEL to it (issue those commands in the terminal) :
    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"
    That's it !
    "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

  7. #7
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...