This is often referred to as the sticky bit. It used to be used a long
time ago (in UNIX years) for keeping things in memory. Now, if it is on
a directory it will make the group the same for any files created in
that directory (unless changed manually). Not sure what it does on an
executable.
I do know that if the s is capitalized it means that the execute bit in
not set. If you want to remove the s or S you can only remove it by
using chmod g-s <file or dir>. It can be set either by chmod g+s <file
or dir> or chmod 2755 <file or dir>.
Anne Tuchscherer
Medstar Health
nwef wrote:
> Can anyone explain the occurence of an 'S' or 's' in the execute
> position of the permission string? ie) "-wrxw sw x"
> Thanks,
> Nancy Wefler