Click to See Complete Forum and Search --> : reboot before logging on?


Big_Jeff Stud
07-03-2001, 12:23 AM
I just discovered that I could hit ctl-alt-del at the login prompt and the machine will reboot(boy, am I smart or what?) There must be some way to disable that.

Someone give big jeff a hand here.

Thanks

moyix's ghost
07-03-2001, 02:09 AM
Edit /etc/inittab so that the line:
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
has some other command listed than "/sbin/shutdown". /bin/false should do nicely, or you could put in an echo statement like "/bin/echo NO"