diff options
author | Gerald Carter <jerry@samba.org> | 2002-10-25 15:15:32 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-10-25 15:15:32 +0000 |
commit | ad0e01e75059bedde6400529f1a5193ef9735e9b (patch) | |
tree | 9d5dd6433ca7b564a7f29a44f4bed3168da35da3 /docs/htmldocs/smbcacls.1.html | |
parent | 48216962c4bd2ca71d1900d11d6f4d5e7de83b80 (diff) | |
download | samba-ad0e01e75059bedde6400529f1a5193ef9735e9b.tar.gz samba-ad0e01e75059bedde6400529f1a5193ef9735e9b.tar.bz2 samba-ad0e01e75059bedde6400529f1a5193ef9735e9b.zip |
sync from HEAD
(This used to be commit 2eb7f0acd761a11bb0f24010347247074c5ed49a)
Diffstat (limited to 'docs/htmldocs/smbcacls.1.html')
-rw-r--r-- | docs/htmldocs/smbcacls.1.html | 102 |
1 files changed, 65 insertions, 37 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML ><HEAD ><TITLE >smbcacls</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.57"></HEAD +CONTENT="Modular DocBook HTML Stylesheet Version 1.77"></HEAD ><BODY CLASS="REFENTRY" BGCOLOR="#FFFFFF" @@ -15,8 +16,8 @@ ALINK="#0000FF" ><H1 ><A NAME="SMBCACLS" ->smbcacls</A -></H1 +></A +>smbcacls</H1 ><DIV CLASS="REFNAMEDIV" ><A @@ -55,8 +56,8 @@ TARGET="_top" >The <B CLASS="COMMAND" >smbcacls</B -> program manipulates NT Access Control Lists - (ACLs) on SMB file shares. </P +> program manipulates NT Access Control + Lists (ACLs) on SMB file shares. </P ></DIV ><DIV CLASS="REFSECT1" @@ -106,7 +107,7 @@ CLASS="VARIABLELIST" ><P >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. </P ></DD ><DT @@ -189,23 +190,14 @@ NAME="AEN75" >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: </P ><P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD ><PRE CLASS="PROGRAMLISTING" > -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> </PRE -></TD -></TR -></TABLE ></P ><P >The revision of the ACL specifies the internal Windows @@ -262,38 +254,62 @@ ACL:<sid or name>:<type>/<flags>/<mask> ><UL ><LI ><P -><EM ->R</EM +><SPAN +CLASS="emphasis" +><I +CLASS="EMPHASIS" +>R</I +></SPAN > - Allow read access </P ></LI ><LI ><P -><EM ->W</EM +><SPAN +CLASS="emphasis" +><I +CLASS="EMPHASIS" +>W</I +></SPAN > - Allow write access</P ></LI ><LI ><P -><EM ->X</EM +><SPAN +CLASS="emphasis" +><I +CLASS="EMPHASIS" +>X</I +></SPAN > - Execute permission on the object</P ></LI ><LI ><P -><EM ->D</EM +><SPAN +CLASS="emphasis" +><I +CLASS="EMPHASIS" +>D</I +></SPAN > - Delete the object</P ></LI ><LI ><P -><EM ->P</EM +><SPAN +CLASS="emphasis" +><I +CLASS="EMPHASIS" +>P</I +></SPAN > - Change permissions</P ></LI ><LI ><P -><EM ->O</EM +><SPAN +CLASS="emphasis" +><I +CLASS="EMPHASIS" +>O</I +></SPAN > - Take ownership</P ></LI ></UL @@ -304,22 +320,34 @@ ACL:<sid or name>:<type>/<flags>/<mask> ><UL ><LI ><P -><EM ->READ</EM +><SPAN +CLASS="emphasis" +><I +CLASS="EMPHASIS" +>READ</I +></SPAN > - Equivalent to 'RX' permissions</P ></LI ><LI ><P -><EM ->CHANGE</EM +><SPAN +CLASS="emphasis" +><I +CLASS="EMPHASIS" +>CHANGE</I +></SPAN > - Equivalent to 'RXWD' permissions </P ></LI ><LI ><P -><EM ->FULL</EM +><SPAN +CLASS="emphasis" +><I +CLASS="EMPHASIS" +>FULL</I +></SPAN > - Equivalent to 'RWXDPO' permissions</P ></LI |