我一直在使用nfs4_setfacl进行测试,因此我在某些目录上有数百个条目。它现在已经达到了我甚至无法查看列表并且错误输出的程度:
[root@server max_data]# nfs4_getfacl /path/to/data/support/MAX/max_data/1999/
Failed getxattr operation: Numerical result out of range
有没有办法从这个目录中批量删除所有ACL?我唯一能够找到你的东西必须能够指定你要删除的条目 - 但看到我怎么能看到它们我也做不到。
答案 0 :(得分:0)
单独使用-s选项使其只输入您输入的单个条目:
[root@server files]# nfs4_getfacl test_several_acl2
Failed getxattr operation: Numerical result out of range
[root@server max_data]# nfs4_setfacl -s A::bob123:rwx 1999
[root@server max_data]# nfs4_getfacl 1999
A::bob123@DOMAIN:rwx