Next | Prev | Up | Top | Contents | Index

Changing Environment Variables

The setenv command changes the values of existing environment variables or creates new environment variables.

setenv env_var string

env_var is the variable you're setting, and string is the value you assign to that variable. To see the current monitor settings, use printenv.

When you use setenv to change the value of one of the stored environment variables in Table 10-5, the system automatically saves the new value in non-volatile RAM. You do not need to re-enter the change the next time the machine is turned off and then on again.


Next | Prev | Up | Top | Contents | Index