Changeset 740 for vendor/current/docs-xml/manpages-3/smbcacls.1.xml
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/manpages-3/smbcacls.1.xml
r414 r740 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">User Commands</refmiscinfo> 10 <refmiscinfo class="version">3. 5</refmiscinfo>10 <refmiscinfo class="version">3.6</refmiscinfo> 11 11 </refmeta> 12 12 … … 22 22 <arg choice="req">//server/share</arg> 23 23 <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> 30 31 <arg choice="opt">--numeric</arg> 31 32 <arg choice="opt">-t</arg> … … 118 119 119 120 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 120 134 <varlistentry> 121 135 <term>--numeric</term>
Note:
See TracChangeset
for help on using the changeset viewer.