mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
Fix Bug #3183.
(This used to be commit 710cdc3e916adf5a509b04b88b22a655fbbfaf2e)
This commit is contained in:
parent
f88faa0105
commit
ec3de961d9
@ -32,6 +32,7 @@
|
||||
<arg choice="opt">-R <name resolve order></arg>
|
||||
<arg choice="opt">-s <smb config file></arg>
|
||||
<arg choice="opt">-k</arg>
|
||||
<arg choice="opt">-P</arg>
|
||||
</cmdsynopsis>
|
||||
|
||||
<cmdsynopsis>
|
||||
@ -236,6 +237,12 @@
|
||||
default. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-P</term>
|
||||
<listitem><para>
|
||||
Make queries to the external server using the machine account of the local server.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
&stdarg.help;
|
||||
|
||||
@ -257,8 +264,6 @@
|
||||
above. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>-E</term>
|
||||
<listitem><para>This parameter causes the client to write messages
|
||||
@ -269,7 +274,6 @@
|
||||
- typically the user's tty. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>-L</term>
|
||||
<listitem><para>This option allows you to look at what services
|
||||
@ -280,7 +284,6 @@
|
||||
host on another network. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>-t terminal code</term>
|
||||
<listitem><para>This option tells <command>smbclient</command> how to interpret
|
||||
@ -296,7 +299,6 @@
|
||||
CWjunet, CWhex, CWcap. This is not a complete list, check the Samba
|
||||
source code for the complete list. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>-b buffersize</term>
|
||||
@ -427,15 +429,12 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>-D initial directory</term>
|
||||
<listitem><para>Change to initial directory before starting. Probably
|
||||
only of any use with the tar -T option. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>-c command string</term>
|
||||
<listitem><para>command string is a semicolon-separated list of
|
||||
@ -445,6 +444,7 @@
|
||||
<para>This is particularly useful in scripts and for printing stdin
|
||||
to the server, e.g. <command>-c 'print -'</command>. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
@ -494,7 +494,6 @@
|
||||
be displayed. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>! [shell command]</term>
|
||||
<listitem><para>If <replaceable>shell command</replaceable> is specified, the !
|
||||
@ -503,7 +502,6 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>altname file</term>
|
||||
<listitem><para>The client will request that the server return
|
||||
@ -511,7 +509,6 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>case_sensitive</term>
|
||||
<listitem><para>Toggles the setting of the flag in SMB packets that
|
||||
@ -522,8 +519,6 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>cancel jobid0 [jobid1] ... [jobidN]</term>
|
||||
<listitem><para>The client will request that the server cancel
|
||||
@ -531,8 +526,6 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>chmod file mode in octal</term>
|
||||
<listitem><para>This command depends on the server supporting the CIFS
|
||||
@ -541,8 +534,6 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>chown file uid gid</term>
|
||||
<listitem><para>This command depends on the server supporting the CIFS
|
||||
@ -553,8 +544,6 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>cd [directory name]</term>
|
||||
<listitem><para>If "directory name" is specified, the current
|
||||
@ -566,7 +555,6 @@
|
||||
directory on the server will be reported. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>del <mask></term>
|
||||
<listitem><para>The client will request that the server attempt
|
||||
@ -574,7 +562,6 @@
|
||||
directory on the server. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>dir <mask></term>
|
||||
<listitem><para>A list of the files matching <replaceable>mask</replaceable> in the current
|
||||
@ -582,14 +569,12 @@
|
||||
and displayed. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>exit</term>
|
||||
<listitem><para>Terminate the connection with the server and exit
|
||||
from the program. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>get <remote file name> [local file name]</term>
|
||||
<listitem><para>Copy the file called <filename>remote file name</filename> from
|
||||
@ -599,14 +584,11 @@
|
||||
lowercase command. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>help [command]</term>
|
||||
<listitem><para>See the ? command above. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>lcd [directory name]</term>
|
||||
<listitem><para>If <replaceable>directory name</replaceable> is specified, the current
|
||||
@ -619,7 +601,6 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>link target linkname</term>
|
||||
<listitem><para>This command depends on the server supporting the CIFS
|
||||
@ -629,8 +610,6 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>lowercase</term>
|
||||
<listitem><para>Toggle lowercasing of filenames for the get and
|
||||
@ -642,14 +621,11 @@
|
||||
lowercase filenames are the norm on UNIX systems. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>ls <mask></term>
|
||||
<listitem><para>See the dir command above. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>mask <mask></term>
|
||||
<listitem><para>This command allows the user to set up a mask
|
||||
@ -675,13 +651,11 @@
|
||||
mask back to "*" after using the mget or mput commands. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>md <directory name></term>
|
||||
<listitem><para>See the mkdir command. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>mget <mask></term>
|
||||
<listitem><para>Copy all files matching <replaceable>mask</replaceable> from the server to
|
||||
@ -693,14 +667,12 @@
|
||||
<command>smbclient</command> are binary. See also the lowercase command. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>mkdir <directory name></term>
|
||||
<listitem><para>Create a new directory on the server (user access
|
||||
privileges permitting) with the specified name. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>mput <mask></term>
|
||||
<listitem><para>Copy all files matching <replaceable>mask</replaceable> in the current working
|
||||
@ -713,15 +685,12 @@
|
||||
are binary. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>print <file name></term>
|
||||
<listitem><para>Print the specified file from the local machine
|
||||
through a printable service on the server. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>prompt</term>
|
||||
<listitem><para>Toggle prompting for filenames during operation
|
||||
@ -733,7 +702,6 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>put <local file name> [remote file name]</term>
|
||||
<listitem><para>Copy the file called <filename>local file name</filename> from the
|
||||
@ -743,27 +711,22 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>queue</term>
|
||||
<listitem><para>Displays the print queue, showing the job id,
|
||||
name, size and current status. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>quit</term>
|
||||
<listitem><para>See the exit command. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>rd <directory name></term>
|
||||
<listitem><para>See the rmdir command. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>recurse</term>
|
||||
<listitem><para>Toggle directory recursion for the commands mget
|
||||
@ -782,22 +745,18 @@
|
||||
using the mask command will be ignored. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>rm <mask></term>
|
||||
<listitem><para>Remove all files matching <replaceable>mask</replaceable> from the current
|
||||
working directory on the server. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>rmdir <directory name></term>
|
||||
<listitem><para>Remove the specified directory (user access
|
||||
privileges permitting) from the server. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>setmode <filename> <perm=[+|\-]rsha></term>
|
||||
<listitem><para>A version of the DOS attrib command to set
|
||||
|
Loading…
x
Reference in New Issue
Block a user