ディレクトリのアクセス許可に関して次の問題があります。
実際にインストールsymphony2.0
すると、次のエラーが表示 されます。
RuntimeException: Unable to write in the cache directory
(/Users/someUser/Sites/someApp/app/cache/dev)
取得したディレクトリをリストすると
ll /Users/someUser/Sites/someApp/app/cache
(1)
drwxr-xr-x someUser
動作し、権限が許可されている別のインストールがあります
(2)
drwxr-xr-x+ someUser
私の質問は、どうすれば (2) を取得できますか?
次のコマンド (3) を実行して (1) を取得しましたが、(2) を取得する方法がわかりません。
(3)
sudo chmod +a "`whoami` allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
PS:
(1) と (2) の違い+
は最後の部分です。