Results 1 to 1 of 1
Hi !
i found in /etc/inittab an entry for rebooting the system by pressing CTRL-ALT-DEL
Code:
# What to do at the "Three Finger Salute".
ca:12345:ctrlaltdel:/sbin/shutdown -r now
now i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-28-2004 #1
three fingers shutdown
Hi !
i found in /etc/inittab an entry for rebooting the system by pressing CTRL-ALT-DEL
now i want to insert an other entry for shutting down the system with another key combination. i tried thisCode:# What to do at the "Three Finger Salute". ca:12345:ctrlaltdel:/sbin/shutdown -r now
linux says that it doesn't know the combination CTRL-ALT-ENDCode:# What to do at the "Three Finger Salute". ca:12345:ctrlaltdel:/sbin/shutdown -r now cb:12345:ctrlaltend:/sbin/shutdown -h now
how can i make this work that i reboot linux with CTRL-ALT-DEL but shutdown it with CTRL-ALT-END?
thanks in advance
greez robakmake install not love
Registered Linux user number 369245


Reply With Quote
