X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;ds=sidebyside;f=original%2Fman5%2Fdir_colors.5;h=abd38f560eac7ebbb89b8c8586008add0a9260f0;hb=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hp=b81dc4f6e0b4fcb65713e513bd66d5e05106a803;hpb=73cdbcd8b7948c6010c7756d89d5c0445ecba990;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man5/dir_colors.5 b/original/man5/dir_colors.5 index b81dc4f6..abd38f56 100644 --- a/original/man5/dir_colors.5 +++ b/original/man5/dir_colors.5 @@ -9,7 +9,7 @@ .\" .\" Modified Sat Dec 22 22:25:33 2001 by Martin Schulze .\" -.TH DIR_COLORS 5 2001-12-26 "GNU" "Linux User Manual" +.TH DIR_COLORS 5 2013-08-09 "GNU" "Linux User Manual" .SH NAME dir_colors \- configuration file for dircolors(1) .SH DESCRIPTION @@ -102,6 +102,9 @@ does not verify the validity of these options. .TP .B NORMAL \fIcolor-sequence\fR Specifies the color used for normal (nonfilename) text. + +Synonym: +.BR NORM . .TP .B FILE \fIcolor-sequence\fR Specifies the color used for a regular file. @@ -111,6 +114,10 @@ Specifies the color used for directories. .TP .B LINK \fIcolor-sequence\fR Specifies the color used for a symbolic link. + +Synonyms: +.BR LNK , +.BR SYMLINK . .TP .B ORPHAN \fIcolor-sequence\fR Specifies the color used for an orphaned symbolic link (one which @@ -132,6 +139,9 @@ color instead. .TP .B FIFO \fIcolor-sequence\fR Specifies the color used for a FIFO (named pipe). + +Synonym: +.BR PIPE . .TP .B SOCK \fIcolor-sequence\fR Specifies the color used for a socket. @@ -142,27 +152,69 @@ Specifies the color used for a door (Solaris 2.5 and later). .TP .B BLK \fIcolor-sequence\fR Specifies the color used for a block device special file. + +Synonym: +.BR BLOCK . .TP .B CHR \fIcolor-sequence\fR Specifies the color used for a character device special file. + +Synonym: +.BR CHAR . .TP .B EXEC \fIcolor-sequence\fR Specifies the color used for a file with the executable attribute set. .TP +.B SUID \fIcolor-sequence\fR +Specifies the color used for a file with the set-user-ID attribute set. + +Synonym: +.BR SETUID . +.TP +.B SGID \fIcolor-sequence\fR +Specifies the color used for a file with the set-group-ID attribute set. + +Synonym: +.BR SETGID . +.TP +.B STICKY \fIcolor-sequence\fR +Specifies the color used for a directory with the sticky attribute set. +.TP +.B STICKY_OTHER_WRITABLE \fIcolor-sequence\fR +Specifies the color used for a other-writable directory with the executable attribute set. + +Synonym: +.BR OWT . +.TP +.B OTHER_WRITABLE \fIcolor-sequence\fR +Specifies the color used for a other-writable directory without the executable attribute set. + +Synonym: +.BR OWR . +.TP .B LEFTCODE \fIcolor-sequence\fR Specifies the .I "left code" for non-ISO\ 6429 terminals (see below). + +Synonym: +.BR LEFT . .TP .B RIGHTCODE \fIcolor-sequence\fR Specifies the .I "right code" for non-ISO\ 6429 terminals (see below). + +Synonym: +.BR RIGHT . .TP .B ENDCODE \fIcolor-sequence\fR Specifies the .I "end code" for non-ISO\ 6429 terminals (see below). + +Synonym: +.BR END . .TP \fB*\fIextension\fR \fIcolor-sequence\fR Specifies the color used for any file that ends in \fIextension\fR. @@ -322,7 +374,7 @@ lb l. .TE .RE .sp -Please note that escapes are necessary to enter a space, backslash, +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. .SH FILES @@ -360,3 +412,12 @@ is undefined. .BR ls (1), .BR stty (1), .BR xterm (1) +.SH COLOPHON +This page is part of release 3.79 of the Linux +.I man-pages +project. +A description of the project, +information about reporting bugs, +and the latest version of this page, +can be found at +\%http://www.kernel.org/doc/man\-pages/.