Re: HOWTO set Environment

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

 



On Wed, 2004-10-13 at 01:46, fellons wrote:
> Hi list.
> 
> Someone can tell me how set an environment variable ?
> 
> I try to set, on <userhome>/.bash_profile something like 
> TEMP=/tmp
you can use either of these.

    export TEMP=/tmp

or

    TEMP=/tmp
    export TEMP

look in /etc.profile for an example where many different variables are
set then exported.


> and after boot watch the result with "set" without param, but on list
> of vars env there are not my variable.
> Why ?
> My method are mistaked ?
> 
> Thank's to all.
> bye by fellons


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux