On Wed, 04 Nov 2009 13:32:19 -0600, Moe Trin wrote:
Quote:
but I can not find any documentation on an upper-case S.
Not in man ls?
Frap, not in man ls, but over in info ls on Mandrvia Linux.
The file mode bits listed are similar to symbolic mode
specifications ( Symbolic Modes). But `ls' combines
multiple bits into the third character of each set of permissions
as follows:
`s'
If the set-user-ID or set-group-ID bit and the corresponding
executable bit are both set.
`S'
If the set-user-ID or set-group-ID bit is set but the
corresponding executable bit is not set.
`t'
If the restricted deletion flag or sticky bit, and the
other-executable bit, are both set. The restricted deletion
flag is another name for the sticky bit. Mode
Structure.
`T'
If the restricted deletion flag or sticky bit is set but the
other-executable bit is not set.
`x'
If the executable bit is set and none of the above apply.