Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/manpages-3/smbcacls.1.xml

    r414 r740  
    88        <refmiscinfo class="source">Samba</refmiscinfo>
    99        <refmiscinfo class="manual">User Commands</refmiscinfo>
    10         <refmiscinfo class="version">3.5</refmiscinfo>
     10        <refmiscinfo class="version">3.6</refmiscinfo>
    1111</refmeta>
    1212
     
    2222                <arg choice="req">//server/share</arg>
    2323                <arg choice="req">filename</arg>
    24                 <arg choice="opt">-D acls</arg>
    25                 <arg choice="opt">-M acls</arg>
    26                 <arg choice="opt">-a acls</arg>
    27                 <arg choice="opt">-S acls</arg>
    28                 <arg choice="opt">-C name</arg>
    29                 <arg choice="opt">-G name</arg>
     24                <arg choice="opt">-D|--delete acls</arg>
     25                <arg choice="opt">-M|--modify acls</arg>
     26                <arg choice="opt">-a|--add acls</arg>
     27                <arg choice="opt">-S|--set acls</arg>
     28                <arg choice="opt">-C|--chown name</arg>
     29                <arg choice="opt">-G|--chgrp name</arg>
     30                <arg choice="opt">-I allow|romove|copy</arg>
    3031                <arg choice="opt">--numeric</arg>
    3132                <arg choice="opt">-t</arg>
     
    118119               
    119120               
     121                <varlistentry>
     122                <term>-I|--inherit allow|remove|copy</term>
     123                <listitem><para>Set or unset the windows "Allow inheritable
     124                permissions" check box using the <parameter>-I</parameter>
     125                option.  To set the check box pass allow. To unset the check
     126                box pass either remove or copy. Remove will remove all
     127                inherited acls. Copy will copy all the inherited acls.
     128                </para></listitem>
     129
     130                </varlistentry>
     131
     132
     133
    120134                <varlistentry>
    121135                <term>--numeric</term>
Note: See TracChangeset for help on using the changeset viewer.