If memory serves you set ACL in OSx via chmod. You might want to check the man on that. Jamie Holly http://www.intoxination.net http://www.hollyit.net On 7/2/2013 4:10 PM, Tim Johnson wrote:
* Fred Yankowski <fcy@imsa.edu> [130701 15:28]:
I do that either using sudo to the Apache user
sudo -u _www drush cc all
or by putting ACLs on the drupal files allowing writing by another user:
sudo setfacl -R -m u:tim:rwX sites/default/files sudo setfacl -R -m d:u:tim:rwX sites/default/files
drush cc all
However, I gather that setfacl is not generally available on Mac OS X. Thanks Fred. I have lately transitioned from linux to OS X .... you are correct about setfacl not being available, but I think that OS X has a comparable feature, I just need to figure it out.
Will let you all know.