Michael C. Toren on Mon, 7 Aug 2000 13:06:20 -0400 (EDT)


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

Re: [PLUG] Setting an Environment Variable


> I am having a hard time setting an environment variable in RH.  I need to
> set an env_var to a user t install a product.  Can anyone help?
> Nick

It depends what shell you're using.  If you're using a variant of
the Bourne shell (sh, bash, etc), try:

	export VARIABLE=value

-mct