Pet*_*ace 5 linux nfs access-control-list posix
我正在尝试在已经使用 POSIX ACL 的环境中使用 NFS4 ACL。我在互联网上找到了一些网站,它们解释了有关 NFS4 ACL 的一些技术细节以及它们是如何创建的,但是当我尝试执行这些工具时,这些工具似乎对我来说失败了。
有没有人有很好的资源/教程来解释如何设置 NFS4 ACL?
当我尝试从服务器更改 ACL 集时:
[root@ny-bar01 foo_server]# nfs4_setfacl -e /nfs/obfuscate/
Operation to request attribute not supported.
Failed to instantiate ACL.
Run Code Online (Sandbox Code Playgroud)
当我尝试从客户端更改 ACL 集时:
[root@ny-baz02 foo_client]# nfs4_setfacl -R -e .
Failed setxattr operation: Operation not permitted
An error occurred during recursive file tree walk.
Run Code Online (Sandbox Code Playgroud)