On Sat, 5 Jun 1999, Fu-Dong Chiou wrote: > 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"? > Thanks!
It's in /etc/inittab, a line something like this: # What to do when CTRL-ALT-DEL is pressed. ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now The -a flag might be a good idea; read the manpage for shutdown under "Access Control" for more info.