diff options
author | Simon Paillard <spaillard@debian.org> | 2013-08-06 02:14:42 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-08-09 12:07:00 +0200 |
commit | 7f0c47f0285f8b806d6f367761dff78b4675256f (patch) | |
tree | f007f4e824d6d0d53b71e476bc7dcff395bca44d /man5 | |
parent | f122e7a1c3f49ecb5057fd562424f91601c2ace6 (diff) |
dir_colors.5: Add keywords SUID, SGID, STICKY, STICKY_OTHER_WRITABLE, OTHER_WRITABLE
See http://bugs.debian.org/553477
See ls.c and dircolors.c in coreutils
Reported-by: Stas <stas.grumbler@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
-rw-r--r-- | man5/dir_colors.5 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man5/dir_colors.5 b/man5/dir_colors.5 index 104504a3..d46f1d64 100644 --- a/man5/dir_colors.5 +++ b/man5/dir_colors.5 @@ -149,6 +149,21 @@ Specifies the color used for a character device special file. .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. +.TP +.B SGID \fIcolor-sequence\fR +Specifies the color used for a file with the set-group-ID attribute set. +.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. +.TP +.B OTHER_WRITABLE \fIcolor-sequence\fR +Specifies the color used for a other-writable directory without the executable attribute set. +.TP .B LEFTCODE \fIcolor-sequence\fR Specifies the .I "left code" |