如何在centos中启用chmod + a

时间:2012-01-07 08:39:35

标签: linux centos chmod

我正在尝试

sudo chmod +a "www-data allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs

它表示无效模式 我该如何启用它

2 个答案:

答案 0 :(得分:5)

chmod +a is MacOS X syntax,而不是Linux。

答案 1 :(得分:1)

你想做什么? CHMOD不会那样工作。

chmod [options] mode file1 ...

模式可以作为八进制值给出,例如0644或作为符号值u = 6,go = r ...