Subject: Re: boot countdown and su password
To: someone_u_know <cariley_ja@yahoo.com>
From: =?ISO-8859-1?Q?Timo_Sch=F6ler?= <eclipser23@web.de>
List: port-i386
Date: 01/20/2005 00:15:29
> How do you reduce boot countdown?

what do you mean by this exactly?

maybe you want to change a value of the boot manager? if so, 'man 
installboot' gives you:

-o options  Machine specific installboot options, comma separated.

                  Supported options are (with the machines for they are 
valid
                  in brackets):

(...bla...)

  timeout=<seconds>
                                  [i386] Set the timeout before the 
automatic
                                  boot begins to the given number of 
seconds.


> How can a user 'su' without knowing the root password?

sudo (see /pkgsrc/security/sudo) implements this if you like to; you 
have to enable this using 'visudo' (thus editing sudo's config file):

# Uncomment to allow people in group wheel to run all commands
%wheel  ALL=(ALL)       ALL

# Same thing without a password
# %wheel        ALL=(ALL)       NOPASSWD: ALL

the user has to be member of the group 'wheel' (as stated in the config 
file).

> end
>
> =====
> Jamaica's Premier Technorati Forum
> http://www.techjamaica.com/forums/index.php?referrerid=16
> Jehovah's Witnesses' Official Website
> http://www.watchtower.org
>

HTH,

timo