[EMAIL PROTECTED] wrote: > If you decide to stop a normal user from being able to run these > programs from the console, then you should also disable the > Ctrl-Alt-Delete trapping that also does a controlled reboot of the > system..... > > Then what trap the Ctrl-Alt-Delete to something harmless or non-existent? > /bin/false?
Look in /etc/inittab for the lines: # Trap CTRL-ALT-DELETE ca::ctrlaltdel:/sbin/shutdown -t3 -h now You can comment this line out, or change the '/sbin/shutdown -t3 -h now' to /bin/false, or whatever. -- Danial Micheal Howard : howadani at isu.edu IT Programmer/Analyst Associate Computing and Communications, Idaho State University _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
