Michael C. Toren on Mon, 7 Aug 2000 13:06:20 -0400 (EDT) |
> 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
|
|