The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
How to add a variable to the "path"
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
How to add a variable to the "path"
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
05-21-2006
amit.verma
Registered User
Join Date: May 2006
Posts: 8
or use
export PATH=$PATH:<your additions seperated with colons>:
on command line and will be valid for the session only
amit.verma
View Public Profile
Find all posts by amit.verma