{"id":4384,"date":"2022-12-20T17:49:08","date_gmt":"2022-12-20T20:49:08","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/dir_colors-man5\/"},"modified":"2022-12-20T17:49:08","modified_gmt":"2022-12-20T20:49:08","slug":"dir_colors-man5","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/dir_colors-man5\/","title":{"rendered":"DIR_COLORS (man5)"},"content":{"rendered":"<h1 align=\"center\">DIR_COLORS<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#FILES\">FILES<\/a><br \/> <a href=\"#NOTES\">NOTES<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a><br \/> <a href=\"#COLOPHON\">COLOPHON<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">dir_colors \u2212 configuration file for dircolors(1)<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The program <b>ls<\/b>(1) uses the environment variable <b>LS_COLORS<\/b> to determine the colors in which the filenames are to be displayed. This environment variable is usually set by a command like<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">eval `dircolors some_path\/dir_colors`<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">found in a system default shell initialization file, like <i>\/etc\/profile<\/i> or <i>\/etc\/csh.cshrc<\/i>. (See also <b>dircolors<\/b>(1).) Usually, the file used here is <i>\/etc\/DIR_COLORS<\/i> and can be overridden by a <i>.dir_colors<\/i> file in one\u2019s home directory.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">This configuration file consists of several statements, one per line. Anything right of a hash mark (#) is treated as a comment, if the hash mark is at the beginning of a line or is preceded by at least one whitespace. Blank lines are ignored.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The <i>global<\/i> section of the file consists of any statement before the first <b>TERM<\/b> statement. Any statement in the global section of the file is considered valid for all terminal types. Following the global section is one or more <i>terminal-specific<\/i> sections, preceded by one or more <b>TERM<\/b> statements which specify the terminal types (as given by the <b>TERM<\/b> environment variable) the following declarations apply to. It is always possible to override a global declaration by a subsequent terminal-specific one.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The following statements are recognized; case is insignificant: <b><br \/> TERM<\/b> <i>terminal-type<\/i><\/p>\n<p style=\"margin-left:22%;\">Starts a terminal-specific section and specifies which terminal it applies to. Multiple <b>TERM<\/b> statements can be used to create a section which applies for several terminal types.<\/p>\n<p style=\"margin-left:11%;\"><b>COLOR yes|all|no|none|tty<\/b><\/p>\n<p style=\"margin-left:22%;\">(Slackware only; ignored by GNU <b>dircolors<\/b>(1).) Specifies that colorization should always be enabled (<i>yes<\/i> or <i>all<\/i>), never enabled (<i>no<\/i> or <i>none<\/i>), or enabled only if the output is a terminal (<i>tty<\/i>). The default is <i>no<\/i>.<\/p>\n<p style=\"margin-left:11%;\"><b>EIGHTBIT yes|no<\/b><\/p>\n<p style=\"margin-left:22%;\">(Slackware only; ignored by GNU <b>dircolors<\/b>(1).) Specifies that eight-bit ISO 8859 characters should be enabled by default. For compatibility reasons, this can also be specified as 1 for <i>yes<\/i> or 0 for <i>no<\/i>. The default is <i>no<\/i>.<\/p>\n<p style=\"margin-left:11%;\"><b>OPTIONS<\/b> <i>options<\/i><\/p>\n<p style=\"margin-left:22%;\">(Slackware only; ignored by GNU <b>dircolors<\/b>(1).) Adds command-line options to the default <b>ls<\/b> command line. The options can be any valid <b>ls<\/b> command-line options, and should include the leading minus sign. Note that <b>dircolors<\/b> does not verify the validity of these options.<\/p>\n<p style=\"margin-left:11%;\"><b>NORMAL<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for normal (nonfilename) text.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Synonym: <b>NORM<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>FILE<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for a regular file.<\/p>\n<p style=\"margin-left:11%;\"><b>DIR<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for directories.<\/p>\n<p style=\"margin-left:11%;\"><b>LINK<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for a symbolic link.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Synonyms: <b>LNK<\/b>, <b>SYMLINK<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>ORPHAN<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for an orphaned symbolic link (one which points to a nonexistent file). If this is unspecified, <b>ls<\/b> will use the <b>LINK<\/b> color instead.<\/p>\n<p style=\"margin-left:11%;\"><b>MISSING<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for a missing file (a nonexistent file which nevertheless has a symbolic link pointing to it). If this is unspecified, <b>ls<\/b> will use the <b>FILE<\/b> color instead.<\/p>\n<p style=\"margin-left:11%;\"><b>FIFO<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for a FIFO (named pipe).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Synonym: <b>PIPE<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>SOCK<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for a socket.<\/p>\n<p style=\"margin-left:11%;\"><b>DOOR<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">(Supported since fileutils 4.1) Specifies the color used for a door (Solaris 2.5 and later).<\/p>\n<p style=\"margin-left:11%;\"><b>BLK<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for a block device special file.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Synonym: <b>BLOCK<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>CHR<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for a character device special file.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Synonym: <b>CHAR<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>EXEC<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for a file with the executable attribute set.<\/p>\n<p style=\"margin-left:11%;\"><b>SUID<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for a file with the set-user-ID attribute set.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Synonym: <b>SETUID<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>SGID<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for a file with the set-group-ID attribute set.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Synonym: <b>SETGID<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>STICKY<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for a directory with the sticky attribute set.<\/p>\n<p style=\"margin-left:11%;\"><b>STICKY_OTHER_WRITABLE<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for an other-writable directory with the executable attribute set.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Synonym: <b>OWT<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>OTHER_WRITABLE<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for an other-writable directory without the executable attribute set.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Synonym: <b>OWR<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>LEFTCODE<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the <i>left code<\/i> for non-ISO\u00a06429 terminals (see below).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Synonym: <b>LEFT<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>RIGHTCODE<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the <i>right code<\/i> for non-ISO\u00a06429 terminals (see below).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Synonym: <b>RIGHT<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>ENDCODE<\/b> <i>color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the <i>end code<\/i> for non-ISO\u00a06429 terminals (see below).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Synonym: <b>END<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>*<\/b><i>extension color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Specifies the color used for any file that ends in <i>extension<\/i>.<\/p>\n<p style=\"margin-left:11%;\"><b>.<\/b><i>extension color-sequence<\/i><\/p>\n<p style=\"margin-left:22%;\">Same as <b>*<\/b>.<i>extension<\/i>. Specifies the color used for any file that ends in .<i>extension<\/i>. Note that the period is included in the extension, which makes it impossible to specify an extension not starting with a period, such as <b>~<\/b> for <b>emacs<\/b> backup files. This form should be considered obsolete.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>ISO 6429 (ANSI) color sequences<\/b> <br \/> Most color-capable ASCII terminals today use ISO 6429 (ANSI) color sequences, and many common terminals without color capability, including <b>xterm<\/b> and the widely used and cloned DEC VT100, will recognize ISO 6429 color codes and harmlessly eliminate them from the output or emulate them. <b>ls<\/b> uses ISO 6429 codes by default, assuming colorization is enabled.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">ISO 6429 color sequences are composed of sequences of numbers separated by semicolons. The most common codes are:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\"> <\/td>\n<\/tr>\n<\/table>\n<p align=\"center\"><img decoding=\"async\" src=\"grohtml-1250991.png\" alt=\"Image grohtml-1250991.png\"><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Not all commands will work on all systems or display devices.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>ls<\/b> uses the following defaults:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"7%\"><\/td>\n<td width=\"62%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"62%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"62%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"62%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"7%\"><\/td>\n<td width=\"62%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"7%\"><\/td>\n<td width=\"62%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"62%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"62%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"62%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"62%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"62%\"> <\/td>\n<\/tr>\n<\/table>\n<p align=\"center\"><img decoding=\"async\" src=\"grohtml-1250992.png\" alt=\"Image grohtml-1250992.png\"><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">A few terminal programs do not recognize the default properly. If all text gets colorized after you do a directory listing, change the <b>NORMAL<\/b> and <b>FILE<\/b> codes to the numerical codes for your normal foreground and background colors.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Other terminal types (advanced configuration)<\/b> <br \/> If you have a color-capable (or otherwise highlighting) terminal (or printer!) which uses a different set of codes, you can still generate a suitable setup. To do so, you will have to use the <b>LEFTCODE<\/b>, <b>RIGHTCODE<\/b>, and <b>ENDCODE<\/b> definitions.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">When writing out a filename, <b>ls<\/b> generates the following output sequence: <b>LEFTCODE<\/b> <i>typecode<\/i> <b>RIGHTCODE<\/b> <i>filename<\/i> <b>ENDCODE<\/b>, where the <i>typecode<\/i> is the color sequence that depends on the type or name of file. If the <b>ENDCODE<\/b> is undefined, the sequence <b>LEFTCODE NORMAL RIGHTCODE<\/b> will be used instead. The purpose of the left- and rightcodes is merely to reduce the amount of typing necessary (and to hide ugly escape codes away from the user). If they are not appropriate for your terminal, you can eliminate them by specifying the respective keyword on a line by itself.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>NOTE:<\/b> If the <b>ENDCODE<\/b> is defined in the global section of the setup file, it <i>cannot<\/i> be undefined in a terminal-specific section of the file. This means any <b>NORMAL<\/b> definition will have no effect. A different <b>ENDCODE<\/b> can, however, be specified, which would have the same effect.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Escape sequences<\/b> <br \/> To specify control- or blank characters in the color sequences or filename extensions, either C-style -escaped notation or <b>stty<\/b>\u2212style ^-notation can be used. The C-style notation includes the following characters:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<\/table>\n<p align=\"center\"><i><img decoding=\"async\" src=\"grohtml-1250993.png\" alt=\"Image grohtml-1250993.png\"><\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Note that escapes are necessary to enter a space, backslash, caret, or any control character anywhere in the string, as well as a hash mark as the first character.<\/p>\n<h2>FILES <a name=\"FILES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><i>\/etc\/DIR_COLORS<\/i><\/p>\n<p style=\"margin-left:22%;\">System-wide configuration file.<\/p>\n<p style=\"margin-left:11%;\"><i>~\/.dir_colors<\/i><\/p>\n<p style=\"margin-left:22%;\">Per-user configuration file.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">This page describes the <b>dir_colors<\/b> file format as used in the fileutils-4.1 package; other versions may differ slightly.<\/p>\n<h2>NOTES <a name=\"NOTES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The default <b>LEFTCODE<\/b> and <b>RIGHTCODE<\/b> definitions, which are used by ISO 6429 terminals are:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"15%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"15%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\"> <\/td>\n<\/tr>\n<\/table>\n<p align=\"center\"><img decoding=\"async\" src=\"grohtml-1250994.png\" alt=\"Image grohtml-1250994.png\"><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The default <b>ENDCODE<\/b> is undefined.<\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>dircolors<\/b>(1), <b>ls<\/b>(1), <b>stty<\/b>(1), <b>xterm<\/b>(1)<\/p>\n<h2>COLOPHON <a name=\"COLOPHON\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">This page is part of release 5.10 of the Linux <i>man-pages<\/i> project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https:\/\/www.kernel.org\/doc\/man\u2212pages\/.<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  dir_colors \u2212 configuration file for dircolors(1) <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[959],"tags":[961,1391,1291],"class_list":["post-4384","post","type-post","status-publish","format-standard","hentry","category-5-formatos-de-ficheros","tag-961","tag-dir_colors","tag-man5"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=4384"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4384\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=4384"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=4384"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=4384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}