On Sat, 2002-08-03 at 12:54, Joan Tur wrote: > I'd like to forbide the use of ctrl+alt+del in a linux box. It's already > blocked in X but I'd like to be able to forbide it's use in the text > terminals also.
/etc/inittab is the file you want to edit. This is from a Red Hat system but I'm sure the MDK syntax is similar ... # Trap CTRL-ALT-DELETE ca::ctrlaltdel:/sbin/shutdown -t3 -r now Just comment that line out and you'll be good to go. Regards, SpeedMan
signature.asc
Description: This is a digitally signed message part
