diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-03 18:10:16 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-03 18:10:16 +0000 |
commit | 49cd711d49a321de8eeb9ab3720c1357089059b8 (patch) | |
tree | 466a6117d2744d202683fc45d0dac1193c464149 /docs/htmldocs/smbcacls.1.html | |
parent | adc594ec2e9cb32fe43af8f3147e2b5c97e42cf6 (diff) | |
download | samba-49cd711d49a321de8eeb9ab3720c1357089059b8.tar.gz samba-49cd711d49a321de8eeb9ab3720c1357089059b8.tar.bz2 samba-49cd711d49a321de8eeb9ab3720c1357089059b8.zip |
Fix links in html versions of manpages
(This used to be commit e0632a7752f123859290140b5fc190fee0da8484)
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 |