I have the following problem about permission on the directory.
Actually I installed symphony2.0 and I get the following error:
RuntimeException: Unable to write in the cache directory
(/Users/someUser/Sites/someApp/app/cache/dev)
if I list the directory I get
ll /Users/someUser/Sites/someApp/app/cache
(1)
drwxr-xr-x someUser
I have another installation which works and for which the permissions are
(2)
drwxr-xr-x+ someUser
So my question is how can I obtain (2) ?
I run the following command (3) to obtain (1) but I have no idea how to obtain (2).
(3)
sudo chmod +a "`whoami` allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
P.S.:
the difference about (1) and (2) is just an + at the end.
Check out http://symfony.com/doc/current/book/installation.html
1) Using ACL on a system that supports chmod +a
2) Using Acl on a system that does not support chmod +a