Davanum Srinivas wrote: > Giacomo, > > "chmod g+w cocoon2" doesn't work. Is it because it is a link? (I tried chmod 777 >cocoon2 also..) >
If it is a symbolic link, chmod does not touch it's permissions. Also, in recursive mode, chmod does not follow symbolic links. The permissions of symbolic links are basically ignored, and the permissions of the target are enforced. (I just had a run-in with file permissions set while moving a massive perl site to a new machine). -- "Those who would trade liberty for temporary security deserve neither" - Benjamin Franklin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]