| [X] close window |
PATH:
PATH: is a shell variable that tells the shell where to look for programs. The variable is first defined
by default files '
You can determine what your path contians simply by displaying the variable using % echo $PATH
.:/home/anewman/bin:/usr/local/bin:/opt/bin:/usr/bin:/usr/X11R6/bin:/bin
This example first looks in '
You can add directories by issuing the below commands on the command-line, or by putting it ' % export PATH=/new/directory:$PATH For more information |
| Last Modified: Tue Sep 19 13:32:04 EDT 2006 |