Setting up the Citrix environment for the command line





  •  Add /opt/CTX.UIS/bin to your $PATH environment variable.
  • If you use csh or tcsh, modify your .cshrc or your .login file:
    setenv PATH ${PATH}:/opt/CTX.UIS/bin
    If you use Bourne shell, Korn shell, or bash, modify your .profile file:
    PATH=${PATH}:/opt/CTX.UIS/bin; export $PATH
  •  Setup a new environment variable name CITRIX_SERVER to echo.scd.ucar.edu
  • If you use csh or tcsh, modify your .cshrc or your .login file:
    setenv CITRIX_SERVER echo.scd.ucar.edu
    If you use Bourne shell, Korn shell, or bash, modify your .profile file:
    CITRIX_SERVER=echo.scd.ucar.edu; export $CITRIX_SERVER