From 49cd711d49a321de8eeb9ab3720c1357089059b8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 3 Oct 2002 18:10:16 +0000 Subject: Fix links in html versions of manpages (This used to be commit e0632a7752f123859290140b5fc190fee0da8484) --- docs/htmldocs/smbcacls.1.html | 102 +++++++++++++++++++++++++++--------------- 1 file changed, 65 insertions(+), 37 deletions(-) (limited to 'docs/htmldocs/smbcacls.1.html') diff --git a/docs/htmldocs/smbcacls.1.html b/docs/htmldocs/smbcacls.1.html index 637720fa6b..e0425d481d 100644 --- a/docs/htmldocs/smbcacls.1.html +++ b/docs/htmldocs/smbcacls.1.html @@ -1,10 +1,11 @@ + smbcacls

smbcacls

smbcacls
The smbcacls program manipulates NT Access Control Lists - (ACLs) on SMB file shares.

program manipulates NT Access Control + Lists (ACLs) on SMB file shares.

This command sets the ACLs on the file with only the ones specified on the command line. All other ACLs are - erased. Note that the ACL specified must contain at least a revision, + erased. Note that the ACL specified must contain at least a revision, type, owner and group for the call to succeed.

The format of an ACL is one or more ACL entries separated by either commas or newlines. An ACL entry is one of the following:

 
-REVISION:<revision number>
-OWNER:<sid or name>
-GROUP:<sid or name>
-ACL:<sid or name>:<type>/<flags>/<mask>
+REVISION:<revision number>
+OWNER:<sid or name>
+GROUP:<sid or name>
+ACL:<sid or name>:<type>/<flags>/<mask>
 	

The revision of the ACL specifies the internal Windows @@ -262,38 +254,62 @@ ACL:<sid or name>:<type>/<flags>/<mask> >

  • RR - Allow read access

  • WW - Allow write access

  • XX - Execute permission on the object

  • DD - Delete the object

  • PP - Change permissions

  • OO - Take ownership

  • READREAD - Equivalent to 'RX' permissions

  • CHANGECHANGE - Equivalent to 'RXWD' permissions

  • FULLFULL - Equivalent to 'RWXDPO' permissions