LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-22-2005, 07:48 AM   #1
little_penguin
Member
 
Registered: Nov 2004
Location: Scotland
Distribution: Suse 10 - Running KDE
Posts: 314

Rep: Reputation: 30
Is there a CTRL ALT DEL alternative?


Is there a CTRL ALT DEL alternative for Linux, sometimes programs freeze up and I cant get roid of them, on windows we would obviously do the three fingered thing, is there a Linux version of this, it is a pain in the arse having to reboot every time this happens.
 
Old 03-22-2005, 07:56 AM   #2
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
fire up a console / terminal / TTY / whatever commandline tool you prefer to use, and do this:

There are two ways to kill a process (for eg. an app), kill by pid (proccess id) or via killall and the processes name..

Way one:
Code:
ps aux # look for the apps name and find its pid
kill -9 pid
Way two:
Code:
killall -9 app_name # the process name isnt allways the same as the app name, ps aux can help you find out the process name also..
Upon killing the process, the application dies.. the signal 9 doesnt leave any other choise for it, a tad like the windows shutting down of processes, but more powerful.. If you wana let the process a chance to close more peacefully, use the code 15 instead of 9
 
Old 03-22-2005, 08:11 AM   #3
homey
Senior Member
 
Registered: Oct 2003
Posts: 3,057

Rep: Reputation: 61
The gui tool for that is accessed with the keys: Ctrl and Esc
 
Old 03-22-2005, 08:13 AM   #4
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
Quote:
Originally posted by homey
The gui tool for that is accessed with the keys: Ctrl and Esc
True, but some processes can jam you up so bad that this wont work.. Then a TTY is your only friend ands knowing the kill kommands essential.. (:
 
Old 03-22-2005, 08:31 AM   #5
little_penguin
Member
 
Registered: Nov 2004
Location: Scotland
Distribution: Suse 10 - Running KDE
Posts: 314

Original Poster
Rep: Reputation: 30
Great, okay, thanks for your help guys
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ctrl + Alt + Del ? funkenbooty Linux - Newbie 7 04-26-2007 06:20 AM
ctrl-alt-del on tightvnc cck23 Linux - Software 2 07-06-2004 08:16 AM
ctrl, alt, del hornet74 Linux - Software 8 01-13-2004 08:06 PM
ctrl-alt-del on my computer antken Linux - General 1 12-30-2002 10:03 AM
ctrl, alt, del in Linux psyklops Linux - General 5 04-23-2002 06:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration