On Sun, Oct 12, 2008 at 1:28 AM, Hervé BOUTEMY <[EMAIL PROTECTED]> wrote:
>> find . -type d -exec chmod a+rx {} \;
>> find . -type d -exec chmod g+w {} \;
>> find . -type f -exec chmod 664 {} \;
>>
>> Can't this be replaced with
>>
>> chmod -R a+rX,g+w,o-w /www/maven.apache.org/plugins/maven-XXX-plugin-Y.ZMy only concern about after thinking why this might be like this, was that windows probably sets the execution bits badly and so the uploaded file might have them set incorrectly. But having a+x on files (which are not shell scripts anyway) is no reason to worry. I think the biggest thing needs to be the file permissions dont allow non-priveleged users to modify the files. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
