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

Tim Riley vox-tech@lists.lugod.org
Wed, 23 Apr 2003 12:07:22 -0700


Richard Crawford wrote:

> 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?

Sure: export SPIFFY_VAR. Then the -c option is not needed.

>  It just
> seems like it would cut down on the number of errors I might end up
> making.
>
> --
> 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
>
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech