I'm trying to modify my box so that the CTRL ALT DEL key combination does nothing. I edited /etc/inittab from:
# Trap CTRL-ALT-DELETE
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
to:
# Trap CTRL-ALT-DELETE
ca::ctrlaltdel:
Then called:
/sbin/telinit q
which I believe should tell init to re-read the /etc/inittab file and put the change I made into effect. When I press CTRL ALT DEL, the "Are you sure you want to log out" dialog still pops up. I even rebooted, but the dialog still comes up. So, I am thinking that this is being caught somewhere else. Does anyone know what is going on here?
Thanks,
Tony