coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dircolours: customise color of directory with full permissions


From: Miguel Guedes
Subject: Re: dircolours: customise color of directory with full permissions
Date: Thu, 30 Jan 2014 17:51:41 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Thunderbird/27.0

On 30/01/14 15:38, Pádraig Brady wrote:
It might be OWR or OWT.
Also have a look at http://www.pixelbeat.org/scripts/l

Just had a look in dircolors.c and it turns out you were right!

Many thanks for the input, Pádraig. (BTW: interesting script!)

--

Relevant excerpt from dircolors.c:

static const char *const slack_codes[] =
{
  "NORMAL", "NORM", "FILE", "RESET", "DIR", "LNK", "LINK",
  "SYMLINK", "ORPHAN", "MISSING", "FIFO", "PIPE", "SOCK", "BLK", "BLOCK",
  "CHR", "CHAR", "DOOR", "EXEC", "LEFT", "LEFTCODE", "RIGHT", "RIGHTCODE",
  "END", "ENDCODE", "SUID", "SETUID", "SGID", "SETGID", "STICKY",
  "OTHER_WRITABLE", "OWR", "STICKY_OTHER_WRITABLE", "OWT", "CAPABILITY",
  "MULTIHARDLINK", "CLRTOEOL", NULL
};



reply via email to

[Prev in Thread] Current Thread [Next in Thread]