Unix commands and other programs have many options. Some options are controlled by configuration files, others by command-line switches, and still others by environment variables. Each environment variable has a name and a bit of text (usually one line's worth) associated with it. You are free to examine environment variables and change them.
(~) 66% echo $DISPLAY formaggio.cshl.org:0.0
(~) 67% setenv DISPLAY pc505.cshl.org:0.0
(~) 68% unsetenv DISPLAY
(~) 69% printenv PWD=/home/lstein ORGANIZATION=Cold Spring Harbor Laboratory EDITOR=xemacs -nw REPLYTO=lstein@cshl.org LD_LIBRARY_PATH=/home/lstein/lib CLASSPATH=/usr/local/java/lib/xp.jar:/usr/local/java/lib/jsdk.jar:/home/lstein/lib:. CVS_SERVER=cvs -T /usr/tmp CVS_RSH=ssh CVSROOT=/usr/local/cvs_repository RSYNC_RSH=ssh PRINTER=lp HOST=pesto.capricorn.com GROUP=lstein VENDOR=intel PATH=/home/lstein/bin:/usr/local/bin:/usr/X11/bin:/usr/bin:/bin:/usr/local/games:/usr/local/java/bin:/usr/local/applix:/usr/local/apache/bin:/usr/local/samba/bin:. HOME=/home/lstein OSTYPE=linux HOSTTYPE=i586-linux USERNAME= SHELL=/bin/tcsh MINICOM=-c on LOGNAME=lstein MACHTYPE=i586 USER=lstein LESS=-MXen ENV=/home/lstein/.bashrc LESSOPEN=|lesspipe.sh %s MANPATH=/usr/local/lib/perl5/man:/usr/local/man:/usr/man:/usr/X11/man:/usr/openwin/man:/usr/local/samba/man LS_OPTIONS=--8bit --color=tty -F -b -T 0 ignoreeof=10 HOSTNAME=formaggio.capricorn.com
The following environment variables contain important and/or useful information:
|
| Contents |
Next |