Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I define the PATH for Bourne shell users?

User administration

How do I define the PATH for Bourne shell users?

by  ballisti  Posted    (Edited  )
At system level you have the file
/etc/profile
in which you can define a PATH for everybody.
Each user has in his Home_Dir the file
$HOME/.profile
in which he/she can put a new definition of PATH.
Example:


OPENWINHOME=/usr/openwin ; export OPENWINHOME
PATH=$OPENWINHOME/bin:$OPENWINHOME/bin/xview:$OPENWINHOME/demo:$PATH:/usr/bin/X11
export PATH

Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top