Go to the first, previous, next, last section, table of contents.


.env

The .env directory contains the complete environment inherited by the server at startup: .env["HOME"] will return the unix home directory of the server, for example.

This information is initialized at server startup, and may be inhibited by the --no-environment commandline switch.

root:
.env ls
"AVS_PATH"      "/usr/avs"
"HUSHLOGIN"     "FALSE"
"GNUTERM_TITLE" "Skandha4"
"INFOPATH"      ":/usr/info"
"SSH_AUTH_SOCK" "/tmp/ssh-cynbe/agent-socket-272"
"HOSTTYPE"      "i386-linux"
"COLUMNS"       "80"
"CVSROOT"       "/src/master"
"DISPLAY"       ":0.0"
"EDITOR"        "emacs"
"EMACS" "t"
"GNUTERM"       "opengl"
"GROUP" "cynbe"
"HOME"  "/usr/home/cynbe"
"HOST"  "chee"
"HZ"    "100"
"WINDOWID"      "46137363"
"LANG"  "C"
"LOGNAME"       "cynbe"
"MAIL"  "/var/spool/mail/cynbe"
"MUQDIR"        "/usr/home/cynbe/muq/bin"
"OSTYPE"        "linux"
"GNUTERM_POSITION"      "350,350"
"PATH"  "/usr/home/cynbe/bin:/usr/bin/X11:/usr/bin/X11:/usr/home/cynbe/muq/bin:/bin:/usr/bin"
"PRINTER"       "vastus"
"PWD"   "/usr/home/cynbe/muq/c"
"MUQ_GZIP"      ""
"SHELL" "/bin/tcsh"
"SHLVL" "5"
"TERM"  "dumb"
"TMPDIR"        "/usr/home/cynbe"
"GNUTERM_SIZE"  "200,200"
"USER"  "cynbe"
"VENDOR"        "intel"
"SSH_AGENT_PID" "291"
"_"     "/usr/bin/X11/xterm"
"MACHTYPE"      "i386"
"HOSTNAME"      "chee"
"MESA_DEBUG"    ""
root: 


Go to the first, previous, next, last section, table of contents.