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/findsmb.1.html | 195 +++++++++++++++++++++---------------------- 1 file changed, 95 insertions(+), 100 deletions(-) (limited to 'docs/htmldocs/findsmb.1.html') diff --git a/docs/htmldocs/findsmb.1.html b/docs/htmldocs/findsmb.1.html index af7100ed6f..bf63db867c 100644 --- a/docs/htmldocs/findsmb.1.html +++ b/docs/htmldocs/findsmb.1.html @@ -1,12 +1,11 @@ - + findsmb

findsmb

findsmb

Synopsis

findsmb [subnet broadcast address]

[subnet broadcast address]

DESCRIPTION

This perl script is part of the Samba suite.

This perl script is part of the Samba(7) + suite.

is a perl script that prints out several pieces of information about machines on a subnet that respond to SMB name query requests. - It uses nmblookup(1) and smbclient(1) to obtain this information. + It uses nmblookup(1) + and smbclient(1) + to obtain this information.

OPTIONS

nmblookupnmblookup(1) will be called with findsmb
will probe the subnet of the machine where - findsmb is run. This value is passed - to nmblookup as part of the - findsmb(1) + is run. This value is passed to + nmblookup(1) + as part of the -B option.

EXAMPLES

-r
option - must be run on a system without nmbd running. + must be run on a system without nmbd(8) running. + If nmbdFor example, running findsmb without - + without -r option set would yield output similar to the following

IP ADDR         NETBIOS NAME   WORKGROUP/OS/VERSION 
 --------------------------------------------------------------------- 
 192.168.35.10   MINESET-TEST1  [DMVENGR]
@@ -219,17 +223,12 @@ CLASS="COMPUTEROUTPUT"
 192.168.35.78   HERBDHCP1     +[HERB]
 192.168.35.88   SCNT2         +[MVENGR] [Windows NT 4.0] [NT LAN Manager 4.0]
 192.168.35.93   FROGSTAR-PC    [MVENGR] [Windows 5.0] [Windows 2000 LAN Manager]
-192.168.35.97   HERBNT1       *[HERB-NT] [Windows NT 4.0] [NT LAN Manager 4.0]
-	

VERSION

SEE ALSO

nmbd(8), - smbclient(1) - , and nmblookup(1)nmbd(8), + smbclient(1), and nmblookup(1)

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

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. The conversion to DocBook + XML 4.2 for Samba 3.0 was done by Alexander Bokovoy.