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:  [EMAIL PROTECTED]
-- 


use export for short like this:
export VIRIABLENAME=VARIABLVALUE

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


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to