What is $PROD ? Does it represent some Unix directory?

Hi ,
Could u tell me What is $PROD ? Does it represent some Unix directory?

Regards
Ashish Malviya

It would help us greatly if you could give us some information about your environment.

What OS? What type of system. Some general info about your box.

You can try typing: echo $PROD. If it is an environment variable, it will give you some output. If not, it will give you an error like this.

root:/> echo $PROD
sh: PROD: Parameter not set.

Thanks a lot. I got it's value by using echo $PROD .

I think it was a environment variable set by administrator.
Once again thanks for your help.

Regards

Ashish Malviya