|
The setenv (set environment variable)
command assigns values to environment variables.
Many environment variables are used by different Unix programs.
We will see some of these in Login files. It is
also possible to define your own variables. To either define a
new environment variable or change the value of an existing variable
type
setenv variablename newvalue
For example, setenv TERM vt100 assigns vt100 to the variable
TERM.
Find this site useful? Want to give something back?
© 1993-2000 Christopher C. Taylor
|