[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Creating User environment variables.
- From: Karim Nowruzi <norozi shirazu ac ir>
- To: redhat-list redhat com
- Subject: Re: Creating User environment variables.
- Date: Sat May 31 12:34:19 2003
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]