|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Setting an Environment Variable
|
On Mon, 7 Aug 2000, Vettese, Nick A wrote:
> 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?
Not sure exactly what you're trying to do, but under bash type shells
(which I think is the default in most things), do:
export VARIABLE="value"
Under csh type shells, do:
setenv VARIABLE "value"
I think.
___________________
www.ChaosReigns.com
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|