On Sunday 11 March 2001 01:13, Andrej Borsenkow wrote:
> Is it possible to shutdown a system without being a superuser? I'd like to
> retain Ctrl-Alt-Del as convinient method to reboot ...

Yes!  In /etc/inittab, I've got:

# Trap CTRL-ALT-DELETE
ca::ctrlaltdel:/sbin/shutdown -a -t3 -r now

man shutdown and pay attention to what the -a does and the section on access 
control.  For a home system, you may want to remove the -a parameter.

        .../Ed
-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]

Reply via email to