From ff78c3bf5c3a73cf90f6517d9b2d6b8c12d22d68 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 18 Feb 2003 22:14:04 +0000 Subject: Regenerate (This used to be commit 1ab5a3b17feb677425bb1071357c3dbabcc46c7e) --- docs/htmldocs/smbsh.1.html | 179 ++++++++++++++++++++++++--------------------- 1 file changed, 96 insertions(+), 83 deletions(-) (limited to 'docs/htmldocs/smbsh.1.html') diff --git a/docs/htmldocs/smbsh.1.html b/docs/htmldocs/smbsh.1.html index bab2b45cdd..c8c61fb6fe 100644 --- a/docs/htmldocs/smbsh.1.html +++ b/docs/htmldocs/smbsh.1.html @@ -1,12 +1,11 @@ - + smbsh

smbsh

smbsh

Synopsis

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

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

DESCRIPTION

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

OPTIONS

Override the default workgroup specified in the - workgroup parameter of the smb.confsmb.conf(5) file for this session. This may be needed to connect to some servers.

This option allows the user to set the directory prefix for SMB access. The default value if this option is not specified is - smb.

-R <name resolve order>
-R <name resolve order>

This option is used to determine what naming @@ -127,7 +138,7 @@ CLASS="EMPHASIS" 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". +>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 NetBIOS name - (see the lmhosts(5) - for details) then any name type matches for lookup. + (see the lmhosts(5) for details) + then any name type matches for lookup.

  • host : +>: Do a standard host name to IP address resolution, using the system wins : +>: Query a name with the IP address listed in the bcast : +>: Do a broadcast on each of the known local interfaces listed in the

    If this parameter is not set then the name resolve order - defined in the smb.confsmb.conf(5) 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 resolution methods will be attempted in this - order.

    parameter of the smb.conf(5) file, the name resolution methods + will be attempted in this order.

  • -d <debug level>
    -d <debug level>

    debug level is an integer from 0 to 10.

    The higher this value, the more detail will be logged - about the activities of nmblookupnmblookup(1). At level 0, only critical errors and serious warnings will be logged.

    EXAMPLES

    smbsh
    from the prompt and enter the username and password that authenticates you to the machine running the Windows NT - operating system.

    	system% smbsh
    -	Username: user
    -	Password: XXXXXXX
    -	

    Any dynamically linked command you execute from @@ -357,7 +372,7 @@ CLASS="COMMAND" the workgroup MYGROUP. The command ls /smb/MYGROUP/<machine-name>ls /smb/MYGROUP/<machine-name> will show the share names for that machine. You could then, for example, use the

    VERSION

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

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

    BUGS

    SEE ALSO

    smbd(8), - smb.conf(5) -

    smbd(8), smb.conf(5)

    AUTHOR

    The original Samba man pages were written by Karl Auer. The man page sources were converted to YODL format (another - excellent piece of Open Source software, available at - ftp://ftp.icce.rug.nl/pub/unix/) and updated for the Samba 2.0 release by Jeremy Allison. The conversion to DocBook for - Samba 2.2 was done by Gerald Carter