http://man.linuxde.net/setfacl

ACL生效顺序:所有者,自定义用户,自定义组,其他人

设置ACL:setfacl -m u|g:username|groupname:r|w|x|- filename

删除指定ACL:setfacl -x username|groupname filename

清空所有ACL:setfacl -b filename

ACL与mask

设置ACL后,原本显示的组权限就变成了mask

ACL与mask

相关文章:

  • 2021-07-14
  • 2021-09-29
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2021-07-23
猜你喜欢
  • 2021-11-11
  • 2021-04-25
  • 2021-07-31
  • 2021-08-16
  • 2021-09-05
  • 2021-04-26
  • 2022-12-23
相关资源
相似解决方案