[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Creating User environment variables.



On Sat, 2003-05-31 at 20:32, dlangschied wrote:
> Hi!
> I am use to the HP-UX world where you can create a user specific environemtn
> by modifying the .profile.  How do you do the same in Linux?
> 
> Sincerely,
> 
> David Langschied
> Langschied Consulting Services
> 25644 Mackinac
> Roseville, MI 48066
> 
> Phone:  (586)777-7542
> Cell:      (248)789-8493
> e-mail:  dlangschied ameritech net
-- 


use export for short like this:
export VIRIABLENAME=VARIABLVALUE

to see if you have defined it use $ like this
echo $VARIABLENAME




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]