Igor Korot writes: > Hi, ALL, > Where do I set environment variable for the session? I don't want to set it > every reboot... > > Thank you. > -- > This message posted from opensolaris.org > _______________________________________________ > opensolaris-help mailing list > opensolaris-help at opensolaris.org
It depends on which shell you use. Use the man command to read about the shell that you use, and it will give you the name of a file that it reads when it starts up. You can then set the environment variables in this file. tom