====== Environment Variables ====== ===== Where environment variables get set ===== * ''/etc/default/login'' * ''/etc/default/su'' * ''~/.profile'' * ''~/.bashrc'' * ''~/.bash_profile'' * ''~/.cshrc'' ===== PATH ===== ===== MANPATH ===== ===== LD_LIBRARY_PATH ===== ===== Locales ===== A number of environment variables collaborate to set the Locale for your Accelerator. Here is an example of taken from a [[hthttp://discuss.joyent.com/viewtopic.php?pid=109028|forum thread]]. FIXME This needs proper explanation. TZ=GMT CMASK=022 LC_COLLATE=en_US.ISO8859-1 LC_CTYPE=en_US.ISO8859-1 LC_MESSAGES=C LC_MONETARY=en_US.ISO8859-1 LC_NUMERIC=en_US.ISO8859-1 LC_TIME=en_US.ISO8859-1 ==== See Also ==== * [[timezone|timezones]] for configuring the correct timezone for your Accelerator. ==== Reference ==== * [[http://developers.sun.com/dev/gadc/tools/lc/lc.jsp|Solaris Locales Chart]] * [[http://developers.sun.com/dev/gadc/faq/locale.html|Solaris Locale FAQ]]