pavement

PATH

From FreeBSDwiki
Revision as of 15:34, 7 October 2004 by Dave (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

PATH in unix is the same as in DOS; the directories that your shell/command line interface checks for commands in. This can be set to a default in your skeleton file or it can be set in your shell .profile or you can set it from the command line itself. You'll need to run the command set PATH and export the PATH; doing it this way means that you will not save your new path -- it'll be lost once you log out or reboot the machine.

Personal tools