Re: [SOLVED] sudo troubles

2013-02-17 Thread Scott van Looy
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

sudo troubles

2013-02-17 Thread Scott van Looy
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