CentOS 6.3
我正在研究访问控制列表,由于某种原因,getacl 命令不可用。当我尝试运行它时,我得到:
[root@foobox test] getacl test.txt
-bash: getacl: command not found
但是如果我 grep RPM 包,我会看到acl-2.2.49-6.el6.x86_64已安装。也许这不是正确的包?
我还确认文件系统挂载具有与其关联的 acl 选项。
我缺少什么?
答案1
该命令不是调用getacl
,而是getfacl
.