freebsd 如何设置 ACL 权限

freebsd 如何设置 ACL 权限
unix# setfacl -d -m group:smid_r:r /dat/samba/data/user/smit
setfacl: /dat/samba/data/user/smit: acl_calc_mask() failed: Invalid argument
setfacl: /dat/samba/data/user/smit: failed to set ACL mask

哪里有问题?

答案1

您必须首先设置这个必需元素。

setfacl -d -mu::rwx,g::rwx,o::,mask::rwx /dat/samba/data/user/smid

相关内容