TERM terminal-type |
| Starts a terminal-specific section and specifies which terminal it applies to. Multiple TERM statements can be used to create a section which applies for several terminal types. |
COLOR yes|all|no|none|tty |
| (Slackware only; ignored by GNU dircolors(1).) Specifies that colorization should always be enabled (yes or all), never enabled (no or none), or enabled only if the output is a terminal (tty). The default is no. |
EIGHTBIT yes|no |
| (Slackware only; ignored by GNU dircolors(1).) Specifies that eight-bit ISO 8859 characters should be enabled by default. For compatibility reasons, this can also be specified as 1 for yes or 0 for no. The default is no. |
OPTIONS options |
| (Slackware only; ignored by GNU dircolors(1).) Adds command line options to the default ls command line. The options can be any valid ls command line options, and should include the leading minus sign. Please note that dircolors does not verify the validity of these options. |
NORMAL color-sequence |
| Specifies the color used for normal (non-filename) text. |
FILE color-sequence |
| Specifies the color used for a regular file. |
DIR color-sequence |
| Specifies the color used for directories. |
LINK color-sequence |
| Specifies the color used for a symbolic link. |
ORPHAN color-sequence |
| Specifies the color used for an orphaned symbolic link (one which points to a nonexistent file). If this is unspecified, ls will use the LINK color instead. |
MISSING color-sequence |
| Specifies the color used for a missing file (a nonexistent file which nevertheless has a symbolic link pointing to it). If this is unspecified, ls will use the FILE color instead. |
FIFO color-sequence |
| Specifies the color used for a FIFO (named pipe). |
SOCK color-sequence |
| Specifies the color used for a socket. |
DOOR color-sequence |
| (Supported since file-utils 4.1) Specifies the color used for a door (Solaris 2.5 and later). |
BLK color-sequence |
| Specifies the color used for a block device special file. |
CHR color-sequence |
| Specifies the color used for a character device special file. |
EXEC color-sequence |
| Specifies the color used for a file with the executable attribute set. |
LEFTCODE color-sequence |
| Specifies the "left code" for non-ISO 6429 terminals (see below). |
RIGHTCODE color-sequence |
| Specifies the "right code" for non-ISO 6429 terminals (see below). |
ENDCODE color-sequence |
| Specifies the "end code" for non-ISO 6429 terminals (see below). |
*extension color-sequence |
| Specifies the color used for any file that ends in extension. |
.extension color-sequence |
| Same as *.extension. Specifies the color used for any file that ends in .extension. Note that the period is included in the extension, which makes it impossible to specify an extension not starting with a period, such as ~ for emacs backup files. This form should be considered obsolete. |
|