> Where and how can I modify which file so that every time I use the force > reboot key-combo, it actually send out the command "shutdown -r now"?
/etc/inittab: # What to do when CTRL-ALT-DEL is pressed. ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now Regards -- Horacio [EMAIL PROTECTED] Valencia - ESPAÑA

