[vox-tech] Inheriting env variables when you do a su

Richard Crawford vox-tech@lists.lugod.org
Wed, 23 Apr 2003 14:56:31 -0700 (PDT)


Thanks all!  Got *this* one sorted out, at least.



> "Richard Crawford" <rscrawford@mossroot.com> writes:
>
>> Say, for instance, I have a startup script that looks something like
>> this:
>>
>> SPIFFY_VAR=/home/stuff
>>
>> .
>> .
>> .
>>
>> su process_user -c "SPIFFY_VAR=$SPIFFY_VAR"
>>
>> Is there a way for process_user to inherit the value of SPIFFY_VAR
>> when I do the su so that I don't have to redeclare them constantly? It
>> just seems like it would cut down on the number of errors I might end
>> up making.
>
> Like this?
>
>      bash-2.05b$ export foo=bar
>      bash-2.05b$ echo $foo
>      bar
>      bash-2.05b$ su -m
>      Password:
>      su-2.05b# echo $foo
>      bar
>
> --
> Ricardo Anguiano
> http://www.codesourcery.com
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech


-- 
Slainte,
Richard S. Crawford
AIM: Buffalo2K / Y!: rscrawford / ICQ: 11640404
http://www.mossroot.com http://www.stonegoose.com
"It is only with our heart that we can see clearly.  What is essential is
invisible to the eye."  --Antoine de Saint Exupery