Changeset 988 for vendor/current/docs-xml/manpages/smbcquotas.1.xml
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/docs-xml/manpages
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/manpages/smbcquotas.1.xml
r860 r988 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">User Commands</refmiscinfo> 10 <refmiscinfo class="version"> 3.6</refmiscinfo>10 <refmiscinfo class="version">4.4</refmiscinfo> 11 11 </refmeta> 12 12 … … 21 21 <command>smbcquotas</command> 22 22 <arg choice="req">//server/share</arg> 23 <arg choice="opt">-u user</arg>24 <arg choice="opt">-L </arg>25 <arg choice="opt">-F </arg>26 <arg choice="opt">-S QUOTA_SET_COMMAND</arg>27 <arg choice="opt">-n </arg>28 <arg choice="opt">-t </arg>29 <arg choice="opt">-v </arg>23 <arg choice="opt">-u|--user user</arg> 24 <arg choice="opt">-L|--list</arg> 25 <arg choice="opt">-F|--fs</arg> 26 <arg choice="opt">-S|--set QUOTA_SET_COMMAND</arg> 27 <arg choice="opt">-n|--numeric</arg> 28 <arg choice="opt">-t|--test-args</arg> 29 <arg choice="opt">-v|--verbose</arg> 30 30 31 31 <arg choice="opt">-d debuglevel</arg> … … 61 61 <variablelist> 62 62 <varlistentry> 63 <term>-u user</term>63 <term>-u|--user user</term> 64 64 <listitem><para> Specifies the user of whom the quotas are get or set. 65 65 By default the current user's username will be used.</para></listitem> … … 69 69 70 70 <varlistentry> 71 <term>-L </term>71 <term>-L|--list</term> 72 72 <listitem><para>Lists all quota records of the share.</para></listitem> 73 73 </varlistentry> … … 76 76 77 77 <varlistentry> 78 <term>-F </term>78 <term>-F|--fs</term> 79 79 <listitem><para>Show the share quota status and default limits.</para></listitem> 80 80 </varlistentry> … … 83 83 84 84 <varlistentry> 85 <term>-S QUOTA_SET_COMMAND</term>85 <term>-S|--set QUOTA_SET_COMMAND</term> 86 86 <listitem><para>This command sets/modifies quotas for a user or on the share, 87 87 depending on the QUOTA_SET_COMMAND parameter which is described later.</para></listitem> … … 90 90 91 91 <varlistentry> 92 <term>-n </term>92 <term>-n|--numeric</term> 93 93 <listitem><para>This option displays all QUOTA information in numeric 94 94 format. The default is to convert SIDs to names and QUOTA limits … … 97 97 98 98 <varlistentry> 99 <term>-t </term>99 <term>-t|--test-args</term> 100 100 <listitem><para> 101 101 Don't actually do anything, only validate the correctness of the arguments. … … 104 104 105 105 <varlistentry> 106 <term>-v </term>106 <term>-v|--verbose</term> 107 107 <listitem><para> 108 108 Be verbose. … … 110 110 </varlistentry> 111 111 112 &stdarg.help; 112 113 113 &stdarg.server.debug; 114 114 &popt.common.samba; 115 115 &popt.common.credentials; 116 &popt.autohelp; 117 116 118 </variablelist> 117 119 </refsect1>
Note:
See TracChangeset
for help on using the changeset viewer.