How do i display all the env variables and value of a particular env variable on a solaris server?
|
|
closed as off topic by Will♦ Apr 15 '11 at 14:17
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Open up a shell and type Use the name of a specific variable, prefix it with a |
|||
|
|
|
The way to display environment variables doesn't depends that much one the operating system, as far as Unix and Unix like systems are concerned. If you want to know the exported variables, i.e. those that are inherited by subprocesses, you can use the As already answered, for any specific variable, use |
||||
|
|
|
You can view all environment variables using a shell with
|
|||
|
|