diff options
Diffstat (limited to 'docs/htmldocs/smbcacls.1.html')
-rw-r--r-- | docs/htmldocs/smbcacls.1.html | 102 |
1 files changed, 37 insertions, 65 deletions
diff --git a/docs/htmldocs/smbcacls.1.html b/docs/htmldocs/smbcacls.1.html index e0425d481d..637720fa6b 100644 --- a/docs/htmldocs/smbcacls.1.html +++ b/docs/htmldocs/smbcacls.1.html @@ -1,11 +1,10 @@ -<!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.77"></HEAD +CONTENT="Modular DocBook HTML Stylesheet Version 1.57"></HEAD ><BODY CLASS="REFENTRY" BGCOLOR="#FFFFFF" @@ -16,8 +15,8 @@ ALINK="#0000FF" ><H1 ><A NAME="SMBCACLS" -></A ->smbcacls</H1 +>smbcacls</A +></H1 ><DIV CLASS="REFNAMEDIV" ><A @@ -56,8 +55,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" @@ -107,7 +106,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 @@ -190,14 +189,23 @@ 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 @@ -254,62 +262,38 @@ ACL:<sid or name>:<type>/<flags>/<mask> ><UL ><LI ><P -><SPAN -CLASS="emphasis" -><I -CLASS="EMPHASIS" ->R</I -></SPAN +><EM +>R</EM > - Allow read access </P ></LI ><LI ><P -><SPAN -CLASS="emphasis" -><I -CLASS="EMPHASIS" ->W</I -></SPAN +><EM +>W</EM > - Allow write access</P ></LI ><LI ><P -><SPAN -CLASS="emphasis" -><I -CLASS="EMPHASIS" ->X</I -></SPAN +><EM +>X</EM > - Execute permission on the object</P ></LI ><LI ><P -><SPAN -CLASS="emphasis" -><I -CLASS="EMPHASIS" ->D</I -></SPAN +><EM +>D</EM > - Delete the object</P ></LI ><LI ><P -><SPAN -CLASS="emphasis" -><I -CLASS="EMPHASIS" ->P</I -></SPAN +><EM +>P</EM > - Change permissions</P ></LI ><LI ><P -><SPAN -CLASS="emphasis" -><I -CLASS="EMPHASIS" ->O</I -></SPAN +><EM +>O</EM > - Take ownership</P ></LI ></UL @@ -320,34 +304,22 @@ CLASS="EMPHASIS" ><UL ><LI ><P -><SPAN -CLASS="emphasis" -><I -CLASS="EMPHASIS" ->READ</I -></SPAN +><EM +>READ</EM > - Equivalent to 'RX' permissions</P ></LI ><LI ><P -><SPAN -CLASS="emphasis" -><I -CLASS="EMPHASIS" ->CHANGE</I -></SPAN +><EM +>CHANGE</EM > - Equivalent to 'RXWD' permissions </P ></LI ><LI ><P -><SPAN -CLASS="emphasis" -><I -CLASS="EMPHASIS" ->FULL</I -></SPAN +><EM +>FULL</EM > - Equivalent to 'RWXDPO' permissions</P ></LI |