Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] /sbin not on executable path?


> I just noticed that on my centos system, /sbin doesn't seem to be 'on
> executable' path, I need to prefix with '/sbin/':
...
> what do I need to fix ?

edit ~/.bashrc

At end of file add:
PATH=/sbin:$PATH