> > from the command prompt. To append /sbin to the end of your current path > > use: > > > > export PATH=`echo $PATH`:/sbin > > I promise this will be the last post :) It appears that exporting the path in this manner is only temporary. You could modify the .bash_profile in your home directory. There might be a better way though. I'm still kind of new at this still.