maandag, augustus 14, 2006

Add /usr/sbin to user's PATH

  • Check what your current path is by typing echo $PATH
  • PATH=$PATH:/usr/sbin
  • export PATH
  • To add that PATH to a specific user(s), add the line(s) to /home/user/.bash_profile
  • Done :)

Geen opmerkingen: