David Talkington wrote:
> sudo definitely helps if it's carefully administered, but it still
> grants root access to a file,
This is wrong -- sudo will grant access with whatever user
privileges you wish to grant, maybe root and maybe some other
user. It all depends on the way you set it up.
It can also allow a selected set of users to run just one
command with some specific set of arguments. It is quite a
flexible tool, although that comes at a price -- somewhat
difficult syntax in the config file for non-trivial tricks.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message