On 17 Feb 2013, at 17:23, Scott van Looy wrote:
> Hi,
>
> I have some odd issues with sudo, specifically trying to execute a command
> without being asked my password:
> I've created a new file in /etc/sudoers.d/ called node
> In that file is:
> scott ALL=(root) NOPASSWD:NOEXEC: /usr/local/bin
Hi,
I have some odd issues with sudo, specifically trying to execute a command
without being asked my password:
I've created a new file in /etc/sudoers.d/ called node
In that file is:
scott ALL=(root) NOPASSWD:NOEXEC: /usr/local/bin/forever
I was expecting I'd now be able to execute "forever" and