我想要一个目录,默认掩码 --- 给其他人
在 Linux 上
setfacl -d -m o:--- coldir/
工作正常
在 Freebsd 11.0 上,带有 ufs2
setfacl -d -m other:--- coldir/
setfacl: other:---: Invalid argument
setfacl -m m::others:--- coldir/
setfacl: malformed ACL: invalid "tag" field
setfacl: m::others:---: Invalid argument
如何使用 setfacl 解决?
找到解决方案,语法有点不同
所以创建的新目录是 770,非常适合协作目录。