author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 01 Jun 2016 11:23:03 +0300 (2016-06-01) | |
changeset 1980 | dbe9a69aa2f6 |
parent 1979 | a39d953734da |
child 1981 | ad12707cb8de |
--- a/acl.rst Wed Jun 01 11:16:29 2016 +0300 +++ b/acl.rst Wed Jun 01 11:23:03 2016 +0300 @@ -22,6 +22,10 @@ $ sudo setfacl -x u:test ~/tmp/dir +.. NOTE:: ``setfacl`` with ``-x`` key can't remove specific permission, you + should remove corresponding user or group and set new or explicitly + specify desired permission for user or group with ``-m`` option. + Remove all ACL permissions:: $ sudo setfacl -b ~/tmp/dir