Hệ thống: (lsb_release -a)
Distributor ID: Ubuntu
Description: Ubuntu 10.04.4 LTS
Release: 10.04
Codename: lucid
Đây là lệnh của tôi:
sudo chmod +a "www-data allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
Tài liệu:
Lỗi:
chmod: invalid mode: `+a'
Try `chmod --help' for more information.
Tại sao điều này không làm việc? Không phải là + một chmod tiêu chuẩn?
CẬP NHẬT:
Có vẻ như đây chỉ là một bản mod OSX:
thử + x thay vì + a
—
Ashu