LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How do I intercept CTRL+ALT+DEL? (https://www.linuxquestions.org/questions/linux-general-1/how-do-i-intercept-ctrl-alt-del-124285/)

phil1076 12-09-2003 01:22 PM

How do I intercept CTRL+ALT+DEL?
 
How do I intercept the CTRL+ALT+DEL so it does not reboot the server? I have a bad habit of doing this since I normally do this to unlock my W*ndows workstation.

Thanks in advance.

trickykid 12-09-2003 02:06 PM

Edit your /etc/inittab file to change this.

Tinkster 12-09-2003 02:07 PM

In /etc/inittab
replace something that looks like
Code:

ca::ctrlaltdel:/sbin/shutdown -t5 -r now
with something like
Code:

ca::ctrlaltdel:/bin/true


Cheers,
Tink


All times are GMT -5. The time now is 08:15 AM.