diff options
author | Bjoern Jacke <bjacke@samba.org> | 2020-06-01 19:23:51 +0200 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2020-09-03 10:35:18 -0700 |
commit | ff54e6fbb4571c82e93118c569f8152d4bebea6f (patch) | |
tree | 15e8f78615c004ce71ea3e648766d10c3381ee85 /setcifsacl.rst.in | |
parent | c6507ce519916f33101fe949895f6d42db1d1213 (diff) | |
download | cifs-utils-ff54e6fbb4571c82e93118c569f8152d4bebea6f.tar.gz cifs-utils-ff54e6fbb4571c82e93118c569f8152d4bebea6f.tar.bz2 cifs-utils-ff54e6fbb4571c82e93118c569f8152d4bebea6f.zip |
setcifsacl: fix quoting of backslash in man page
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Diffstat (limited to 'setcifsacl.rst.in')
-rw-r--r-- | setcifsacl.rst.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/setcifsacl.rst.in b/setcifsacl.rst.in index 985af7c..b1b6df6 100644 --- a/setcifsacl.rst.in +++ b/setcifsacl.rst.in @@ -82,8 +82,8 @@ EXAMPLES Add an ACE ========== - setcifsacl -a "ACL:CIFSTESTDOM\user2:DENIED/0x1/D" <file_name> - setcifsacl -a "ACL:CIFSTESTDOM\user1:ALLOWED/OI|CI|NI/D" <file_name> + setcifsacl -a "ACL:CIFSTESTDOM\\user2:DENIED/0x1/D" <file_name> + setcifsacl -a "ACL:CIFSTESTDOM\\user1:ALLOWED/OI|CI|NI/D" <file_name> Delete an ACE ============= @@ -93,12 +93,12 @@ Delete an ACE Modify an ACE ============= - setcifsacl -M "ACL:CIFSTESTDOM\user1:ALLOWED/0x1f/CHANGE" <file_name> + setcifsacl -M "ACL:CIFSTESTDOM\\user1:ALLOWED/0x1f/CHANGE" <file_name> Set an ACL ========== - setcifsacl -S "ACL:CIFSTESTDOM\Administrator:0x0/0x0/FULL,ACL:CIFSTESTDOM\user2:0x0/0x0/FULL" <file_name> + setcifsacl -S "ACL:CIFSTESTDOM\\Administrator:0x0/0x0/FULL,ACL:CIFSTESTDOM\\user2:0x0/0x0/FULL" <file_name> Set owner SID ============= |