On Nov 1, 2011, at 13:14, Daniel Luiz Pakuschewski wrote:

> chmod -r a+rwX webroot/media/transfer
> 
> -r lowercase.

No, on OS X 10.6.8 that produces the message:

chmod: a+rwX: No such file or directory

Uppercase -R was correct. From "man chmod" on OS X 10.6.8:

     -R      Change the modes of the file hierarchies rooted in the files
             instead of just the files themselves.

If your chmod command accepts "-r" lowercase, it is not BSD chmod.


On Nov 1, 2011, at 17:09, Matt Murphy wrote:

> The earlier messages were correct.  It is a parameter order option.

Yes, correct parameter order is essential, but Jeremy's original message stated 
that he ran the command "chmod -R a+rwX webroot/media/{transfer,filter}", which 
has all the arguments in the correct order. It should have worked just like 
that.




-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to