Hi -- I've been banging my head on this one for a while. I've tried to disable ctrlalt delete by editing /etc/inittab:
First I commented oiut the appropriate line, then when that didn't work, I substituted in a new action. Still, the three finger salute halts my machine. There must be some other place that keystroke is getting trapped... I just can't find it.
I'm running Kubuntu 6.06, kernel 2.6.15-25-386 on a Dell Latitude D600. Any help will be appreciated.
Thanks!
Code:
# What to do when CTRL-ALT-DEL is pressed. #ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now # commenting it out didn't solve... something else must be catching it. ca:12345:ctrlaltdel:/bin/echo "ctrl-alt-delete has been disabled"
I'm running Kubuntu 6.06, kernel 2.6.15-25-386 on a Dell Latitude D600. Any help will be appreciated.
Thanks!
Comment