Results 1 to 5 of 5
Just hoping there is. The one thing I like about Windows is that by hitting that combo, you can get out of anything. Even if you don't have a working ...
- 12-02-2007 #1
Is there a Linux Ctrl-Alt-Delete?
Just hoping there is. The one thing I like about Windows is that by hitting that combo, you can get out of anything. Even if you don't have a working monitor (thanks Ubuntu/intel!)
Dan
- 12-02-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,784
You can kill various processes with the kill command. Open a terminal and enter man kill for more info about the command.
oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 12-02-2007 #3
I know about kill. However, I had no monitor, therefor no way to access terminal.
Dan
- 12-02-2007 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,784
I guess the direct answer to your question would be, yes... that key sequence will reboot your machine in Linux.Is there a Linux Ctrl-Alt-Delete?oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 12-02-2007 #5
This is usually specifically trapped for in /etc/inittab. From my CentOS box:
Note that rebooting is generally overkill, depending on the situation. If Xorg applications are getting ugly, it's normally sufficient to just kill X: Ctrl + Alt + Backspace.Code:# Trap CTRL-ALT-DELETE ca::ctrlaltdel:/sbin/shutdown -t3 -r now


Reply With Quote
