Sistem: (lsb_release -a)
Distributor ID: Ubuntu
Description: Ubuntu 10.04.4 LTS
Release: 10.04
Codename: lucid
Bu benim emrim:
sudo chmod +a "www-data allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
Dokümanlar:
Hata:
chmod: invalid mode: `+a'
Try `chmod --help' for more information.
Bu neden çalışmıyor? + Standart bir chmod değil mi?
GÜNCELLEME:
Bu sadece bir OSX modu gibi görünüyor:
+ a yerine + x deneyin
—
Ashu