Ignore:
Timestamp:
Nov 29, 2012, 2:06:31 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9 2nd part

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/docs/htmldocs/manpages/smbclient.1.html

    r745 r752  
    118118                encrypted. This is new for Samba 3.2 and will only work with Samba
    119119                3.2 or above servers. Negotiates SMB encryption using GSSAPI. Uses
    120                 the given credentials for the encryption negotiaion (either kerberos
     120                the given credentials for the encryption negotiation (either kerberos
    121121                or NTLMv1/v2 if given domain/username/password triple. Fails the
    122122                connection if encryption cannot be negotiated.
     
    251251                as the component separator) or as UNIX path names (with '/' as
    252252                the component separator). </p><p><span class="emphasis"><em>Examples</em></span></p><p>Restore from tar file <code class="filename">backup.tar</code> into myshare on mypc
    253                 (no password on share). </p><p><code class="literal">smbclient //mypc/yshare "" -N -Tx backup.tar
     253                (no password on share). </p><p><code class="literal">smbclient //mypc/myshare "" -N -Tx backup.tar
    254254                </code></p><p>Restore everything except <code class="filename">users/docs</code>
    255255                </p><p><code class="literal">smbclient //mypc/myshare "" -N -TXx backup.tar
     
    322322                directory on the server. </p></dd><dt><span class="term">dir &lt;mask&gt;</span></dt><dd><p>A list of the files matching <em class="replaceable"><code>mask</code></em> in the current
    323323                working directory on the server will be retrieved from the server
    324                 and displayed. </p></dd><dt><span class="term">du &lt;filename&gt;</span></dt><dd><p>Does a directory listing and then prints out the current disk useage and free space on a share.
     324                and displayed. </p></dd><dt><span class="term">du &lt;filename&gt;</span></dt><dd><p>Does a directory listing and then prints out the current disk usage and free space on a share.
    325325                </p></dd><dt><span class="term">echo &lt;number&gt; &lt;data&gt;</span></dt><dd><p>Does an SMBecho request to ping the server. Used for internal Samba testing purposes.
    326326                </p></dd><dt><span class="term">exit</span></dt><dd><p>Terminate the connection with the server and exit
Note: See TracChangeset for help on using the changeset viewer.