From 99bde6889d3d8b7a9e950c86c30e82662e1dacdd Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 9 Sep 2003 02:58:53 +0000 Subject: syncing files from 3.0 into HEAD again (This used to be commit bca0bba209255d0effbae6a3d3b6d298f0952c3a) --- docs/htmldocs/smbsh.1.html | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'docs/htmldocs/smbsh.1.html') diff --git a/docs/htmldocs/smbsh.1.html b/docs/htmldocs/smbsh.1.html index 935576af6b..d1360d849d 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 @@ -19,8 +19,7 @@ configuration details required by the server. The information in this file includes server-specific information such as what printcap file to use, as well as descriptions of all the services that the server is -to provide. See -smb.conf(5) for more information. +to provide. See smb.conf for more information. The default configuration file name is determined at compile time.

-d|--debug=debuglevel

debuglevel is an integer from 0 to 10. The default value if this parameter is @@ -34,12 +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 in the -smb.conf(5) file.

-R <name resolve order>

This option is used to determine what naming +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 @@ -67,11 +65,11 @@ parameter. This is the least reliable of the name 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(5) file parameter -(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(5) file, the name resolution methods -will be attempted in this order.

-L libdir

This parameter specifies the location of the +defined in the smb.conf file parameter +(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 +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.

EXAMPLES

To use the smbsh command, execute @@ -93,7 +91,7 @@ will be attempted in this order.

-L libdir command to change directories, 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