Dave Cross wrote:
On Thu, Mar 25, 2004 at 08:47:59PM -0500, Wayne Steenburg wrote:Dave and Wayne,
To append /sbin to the end of your current path use:
export PATH=`echo $PATH`:/sbin
Wayne,
Maybe I'm missing something obvious, but I can't see why that would be any better than the simpler:
export PATH=$PATH:/sbin
Dave...
Both work. Just one example of the many ways to do the same thing. :-) And one of the things that makes Linux attractive by not being locked into a single rigid path for getting the job done.