On Tue, 14 Oct 2008, Frank Niessink wrote:
> 2008/10/14 Jerome Laheurte <[EMAIL PROTECTED]>:
>> And when logging in with sftp, I can cd to taskcoach but not list the
>> files in there. An "ls -l" on the parent gives
>>
>> drwxrws--x 4 dummy taskcoach 1024 Sep 17 02:43 taskcoach
>>
>> Strange. SUID bit on the group ? WTF ?
>
> My chmod knowledge is rusty. 's' is sticky bit, right? What should it
> be? drwxrwx--x?
I remember now (or rather, I found the man page):
RESTRICTED DELETION FLAG OR STICKY BIT
The restricted deletion flag or sticky bit is a single bit,
whose interpretation depends on the
file type. For directories, it prevents unprivileged users
from removing or renaming a file in the
directory unless they own the file or the directory; this is
called the restricted deletion flag
for the directory, and is commonly found on world-writable
directories like /tmp.
Kind of makes sense in the SourceForge case. Kind of.
Cheers
Jérôme