Sistem: (lsb_release -a)
Distributor ID: Ubuntu
Description: Ubuntu 10.04.4 LTS
Release: 10.04
Codename: lucid
Ini adalah perintah saya:
sudo chmod +a "www-data allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
Docs:
Kesalahan:
chmod: invalid mode: `+a'
Try `chmod --help' for more information.
Mengapa ini tidak berhasil? Bukankah + a chmod standar?
MEMPERBARUI:
Sepertinya ini hanya mod OSX:
coba + x bukannya + a
—
Ashu