Like read/write/executable bit.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 01 Jun 2016 11:24:05 +0300
changeset 1981 ad12707cb8de
parent 1980 dbe9a69aa2f6
child 1982 80c59ee7cfdc
Like read/write/executable bit.
acl.rst
--- a/acl.rst	Wed Jun 01 11:23:03 2016 +0300
+++ b/acl.rst	Wed Jun 01 11:24:05 2016 +0300
@@ -22,9 +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.
+.. NOTE:: ``setfacl`` with ``-x`` key can't remove specific permission (like
+          read/write/executable bit), 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::