> I want to allow non-root users to shutdown and reboot the PC. According to
> the shutdown man page :
>
> If shutdown is called with the -a argument (add this to the
> invocation of shutdown in /etc/inittab), it checks to see
- my /etc/inittab file contains...
# Trap CTRL-ALT-DELETE
ca::ctrlaltdel:/sbin/shutdown -a -t3 -r now
> if the file /etc/shutdown.allow is present. It then com�
# cat /etc/shutdown.allow
root
dwoods
Thanks... Dan.
