From: David W. <dav...@ia...> - 2002-11-02 22:36:18
|
> > My question is: what is 's'? I assume it is socket file - I am not sure w= > hy=20 > > the output has changed this way, but it would be good to know just what I= > am=20 > > doing wrong! > > 's' does indeed indicate a socket, or a device. Can't remember which, > sorry, but I'm pretty sure it's a socket, or mutex. 's' is the 'sticky' bit. It has various uses depending on which position it appears in. If it's in the owner permissions, it's a SUID program--that means that, when run, it gets run with the UID (user ID) of the owner of the file. A similar effect holds for the group ID--GID. A 'man ls' will probably tell more and in a more comprehensable fashon. Cheers, David |