On Fri, Jan 22, 2010 at 11:54:37AM +0100, Samuel Contesse wrote:
Hello,
Does anyone have an idee how to add /sbin to the sudo $PATH environment? Adding /sbin to .bashrc $PATH isn't really what I want...
I'd like sudoers to be able to run:
$ sudo chkconfig
And not:
$ sudo /sbin/chkconfig
"man sudo"; pay particular attention to the "-i" option.
John