[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Burning CDs
Sean Kilpatrick wrote:
> Geoffrey, I am willing to try anything at this point. I have learned
> how to change perms and ownership of files, directories, etc., and
> I _think_ I have changed all relevant perms.
> Now I have read the man pages for sudoers and visudo and, if possible,
> am more confused than before.
> Where, exactly, in your sudoers file is that line? and are esoteric
> and rhws users on your machine? In other words, should the line read
>
>
>>userfoo userbar = NOPASSWD: /usr/bin/k3b
Sorry, brain fart. esoteric is the id, rhws is the machine name.
esoteric rhws = NOPASSWD: /usr/bin/k3b
The above says permit user 'esoteric' to run 'k3b' on 'rhws' without
prompting for a password as follows:
sudo k3b
--
Until later, Geoffrey