From cad70ca6eda6498db9acdae97fade2c615c3ce5b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 28 Aug 2003 22:13:10 +0000 Subject: Regenerate docs (This used to be commit b78c6ee1d155f255d329899c237281c7cf662260) --- docs/htmldocs/smbsh.1.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/htmldocs/smbsh.1.html') diff --git a/docs/htmldocs/smbsh.1.html b/docs/htmldocs/smbsh.1.html index c9feebe01b..9cce85da75 100644 --- a/docs/htmldocs/smbsh.1.html +++ b/docs/htmldocs/smbsh.1.html @@ -1,4 +1,4 @@ -smbsh

Name

smbsh — Allows access to Windows NT filesystem +smbsh

Name

smbsh — Allows access to remote SMB shares using UNIX commands

Synopsis

smbsh [-W workgroup] [-U username] [-P prefix] [-R <name resolve order>] [-d <debug level>] [-l logfile] [-L libdir]

DESCRIPTION

This tool is part of the Samba(7) suite.

smbsh allows you to access an NT filesystem using UNIX commands such as ls, egrep, and rcp. You must use a @@ -33,11 +33,11 @@ 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.

Note that specifying this parameter here will -override the log level parameter +override the log level parameter in the smb.conf file.

-R <name resolve order>

This option is used to determine what naming services and in what order to resolve host names to IP addresses. The option takes a space-separated -string of different name resolution options.

The options are: "lmhosts", "host", "wins" and "bcast". +string of different name resolution options.

The options are: "lmhosts", "host", "wins" and "bcast". They cause names to be resolved as follows :

  • lmhosts: Lookup an IP address in the Samba lmhosts file. If the line in lmhosts has no name type attached to the @@ -66,9 +66,9 @@ resolution methods as it depends on the target host being on a locally connected subnet.

If this parameter is not set then the name resolve order defined in the smb.conf file parameter -(name resolve order) will be used. +(name resolve order) will be used.

The default order is lmhosts, host, wins, bcast. Without -this parameter or any entry in the name resolve order parameter of the smb.conf file, the name +this parameter or any entry in the name resolve order parameter of the smb.conf file, the name resolution methods will be attempted in this order.

-L libdir

This parameter specifies the location of the shared libraries used by smbsh. The default value is specified at compile time. @@ -91,7 +91,7 @@ resolution methods will be attempted in this order.

vi to edit files, and rcp to copy files.

VERSION

This man page is correct for version 3.0 of the Samba suite.

BUGS

smbsh works by intercepting the standard libc calls with the dynamically loaded versions in - smbwrapper.o. Not all calls have been "wrapped", so + smbwrapper.o. Not all calls have been "wrapped", so some programs may not function correctly under smbsh .

Programs which are not dynamically linked cannot make use of smbsh's functionality. Most versions -- cgit