diff options
Diffstat (limited to 'docs/htmldocs/smbclient.1.html')
-rw-r--r-- | docs/htmldocs/smbclient.1.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/htmldocs/smbclient.1.html b/docs/htmldocs/smbclient.1.html index 1535856433..1ee5fd26da 100644 --- a/docs/htmldocs/smbclient.1.html +++ b/docs/htmldocs/smbclient.1.html @@ -84,12 +84,7 @@ messages. </p></dd><dt><span class="term">-p port</span></dt><dd><p>This number is the TCP port number that will be used when making connections to the server. The standard (well-known) TCP port number for an SMB/CIFS server is 139, which is the - default. </p></dd><dt><span class="term">-l logfilename</span></dt><dd><p>If specified, <i class="replaceable"><tt>logfilename</tt></i> specifies a base filename - into which operational data from the running client will be - logged. </p><p>The default base name is specified at compile time.</p><p>The base name is used to generate actual log file names. - For example, if the name specified was "log", the debug file - would be <tt class="filename">log.client</tt>.</p><p>The log file generated is never removed by the client. - </p></dd><dt><span class="term">-h|--help</span></dt><dd><p>Print a summary of command line options. + default. </p></dd><dt><span class="term">-h|--help</span></dt><dd><p>Print a summary of command line options. </p></dd><dt><span class="term">-I IP-address</span></dt><dd><p><i class="replaceable"><tt>IP address</tt></i> is the address of the server to connect to. It should be specified in standard "a.b.c.d" notation. </p><p>Normally the client would attempt to locate a named SMB/CIFS server by looking it up via the NetBIOS name resolution @@ -140,7 +135,7 @@ amounts of log data, and should only be used when investigating a problem. Levels above 3 are designed for use only by developers and generate HUGE amounts of log data, most of which is extremely cryptic.</p><p>Note that specifying this parameter here will -override the <font color="red"><smbconfoption><font color="red"><name>log level</name></font></smbconfoption></font> parameter +override the <a class="indexterm" name="id2797426"></a><i class="parameter"><tt>log level</tt></i> parameter in the <tt class="filename">smb.conf</tt> file.</p></dd><dt><span class="term">-l|--logfile=logbasename</span></dt><dd><p>File name for log/debug files. The extension <tt class="constant">".client"</tt> will be appended. The log file is never removed by the client. @@ -175,7 +170,7 @@ via the <b class="command">ps</b> command. To be safe always allow <b class="command">rpcclient</b> to prompt for a password and type it in directly. </p></dd><dt><span class="term">-n <primary NetBIOS name></span></dt><dd><p>This option allows you to override the NetBIOS name that Samba uses for itself. This is identical -to setting the <font color="red"><smbconfoption><font color="red"><name>netbios name</name></font></smbconfoption></font> parameter in the <tt class="filename">smb.conf</tt> file. +to setting the <a class="indexterm" name="id2797632"></a><i class="parameter"><tt>netbios name</tt></i> parameter in the <tt class="filename">smb.conf</tt> file. However, a command line setting will take precedence over settings in <tt class="filename">smb.conf</tt>.</p></dd><dt><span class="term">-i <scope></span></dt><dd><p>This specifies a NetBIOS scope that |