Monday, April 25, 2005

Add X11R6 path to .profile

If you are using the sh or Korn shell, the .profile is being read.
By default, the path to X11R6 is not there. Simply add it there.

.profile

PATH = $HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/games:/usr/X11R6/bin:.

The ":" above are separators and the "." is meant as the current dir.
If you are root, you should not include the current dir.

0 Comments:

Post a Comment

<< Home