The <EnVar>CYGWIN</EnVar> environment variable The CYGWIN environment variable is used to configure many global settings for the Cygwin runtime system. It contains the options listed below, separated by blank characters. Many options can be turned off by prefixing with no . (no)binmode - if set, non-disk (e.g. pipe and COM ports) file opens default to binary mode (no CR/LF/Ctrl-Z translations) instead of text mode. Defaults to set (binary mode). This option must be set before starting a Cygwin shell to have an effect on redirection. Warning!If set in 12/98 b20.1, all files always open in binary mode. (no)envcache - If set, environment variable conversions (between Win32 and POSIX) are cached. Note that this is may cause problems if the mount table changes, as the cache is not invalidated and may contain values that depend on the previous mount table contents. Defaults to set. (no)export - if set, the final values of these settings are re-exported to the environment as $CYGWIN again. (no)glob - if set, command line arguments containing UNIX-style file wildcard characters (brackets, question mark, asterisk, escaped with \) are expanded into lists of files that match those wildcards. This is applicable only to programs running from a DOS command line prompt. Default is set. (no)ntea - if set, use the full NT Extended Attributes to store UNIX-like inode information. This option only operates under Windows NT. Defaults to not set. Warning! This may create additional large files on non-NTFS partitions. (no)ntsec - if set, use the NT security model to set UNIX-like permissions on files and processes. The file permissions can only be set on NTFS partitions. FAT and SAMBA doesn't support the NT file security. For more information, read the documentation in ntsec.sgml. (no)reset_com - if set, serial ports are reset to 9600-8-N-1 with no flow control when used. This is done at open time and when handles are inherited. Defaults to set. strace=n[:cache][,filename] - configures system tracing. Off by default, setting various bits in n (a bit flag) enables various types of system messages. Setting n to 1 enables most messages. Other values can be found in sys/strace.h. The :cache option lets you specify how many lines to cache before flushing the output (example: strace=1:20). The filename option lets you send the messages to a file instead of the screen. (no)strip_title - if set, strips the directory part off the window title, if any. Default is not set. (no)title - if set, the title bar reflects the name of the program currently running. Default is not set. Note that under Win9x the title bar is always enabled and it is stripped by default, but this is because of the way Win9x works. In order not to strip, specify title or title nostrip_title. (no)tty - if set, Cygwin enables extra support (i.e., termios) for UNIX-like ttys. It is not compatible with some Windows programs. Defaults to not set, in which case the tty is opened in text mode with ^Z as EOF. Note that this has been changed such that ^D works as expected instead of ^Z, and is settable via stty. This option must be specified before starting a Cygwin shell and it cannot be changed in the shell.