Thanks for the quick answer.
sudo -i simulate the initial shell, actually this is not what I'm looking for.
On Debian systems, this is the default behaviour.
Sam
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of John R. Dennison Sent: Friday, January 22, 2010 12:10 PM To: CentOS mailing list Subject: Re: [CentOS] Add /sbin to sudo PATH
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