Environment Variable

Hi All,

I am new to SUN Solaris.I have some questions regarding environment variable.:confused:

Q1. Where the environment variables available in Solaris.
Q2. What command used here.
Q3. Can a user change this .Suppose i want to change the bash to ksh can it be possible here. Or i need to contact system admin.
Q4. How to extract these variables.Is 'EXPORT' command only helpful?

Thanks for all advice in advance..

Jdash.

In combination with your other post, this starts to smell like home-/ coursework. What's the background?

1)to see the list of Environment variables use ..... ENV command...they can be set in your.profile file in your home directory.....

Or to set from command prompt use export PATH = $PATH:<add path here>

3) to change your shell... type chsh on your command prompt