Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/manpages/findsmb.1

    r44 r134  
    1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
    2 .de Sh \" Subsection
    3 .br
    4 .if t .Sp
    5 .ne 5
    6 .PP
    7 \fB\\$1\fR
    8 .PP
    9 ..
    10 .de Sp \" Vertical space (when we can't use .PP)
    11 .if t .sp .5v
    12 .if n .sp
    13 ..
    14 .de Ip \" List item
    15 .br
    16 .ie \\n(.$>=3 .ne \\$3
    17 .el .ne 3
    18 .IP "\\$1" \\$2
    19 ..
    20 .TH "FINDSMB" 1 "" "" ""
     1.\"     Title: findsmb
     2.\"    Author:
     3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
     4.\"      Date: 05/21/2008
     5.\"    Manual: User Commands
     6.\"    Source: Samba 3.0
     7.\"
     8.TH "FINDSMB" "1" "05/21/2008" "Samba 3\.0" "User Commands"
     9.\" disable hyphenation
     10.nh
     11.\" disable justification (adjust text to left margin only)
     12.ad l
    2113.SH "NAME"
    2214findsmb - list info about machines that respond to SMB name queries on a subnet
    2315.SH "SYNOPSIS"
    2416.HP 1
    25 findsmb [subnet broadcast address]
     17findsmb [subnet\ broadcast\ address]
    2618.SH "DESCRIPTION"
    2719.PP
    2820This perl script is part of the
    2921\fBsamba\fR(7)
    30 suite.
     22suite\.
    3123.PP
    3224findsmb
    33 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
     25is a perl script that prints out several pieces of information about machines on a subnet that respond to SMB name query requests\. It uses
    3426\fBnmblookup\fR(1)
    3527and
    3628\fBsmbclient\fR(1)
    37 to obtain this information.
     29to obtain this information\.
    3830.SH "OPTIONS"
    3931.PP
    40 -r
    41 .RS 3n
     32\-r
     33.RS 4
    4234Controls whether
    4335findsmb
    44 takes bugs in Windows95 into account when trying to find a Netbios name registered of the remote machine. This option is disabled by default because it is specific to Windows 95 and Windows 95 machines only. If set,
     36takes bugs in Windows95 into account when trying to find a Netbios name registered of the remote machine\. This option is disabled by default because it is specific to Windows 95 and Windows 95 machines only\. If set,
    4537\fBnmblookup\fR(1)
    4638will be called with
    47 \fB-B\fR
    48 option.
     39\fB\-B\fR
     40option\.
    4941.RE
    5042.PP
    5143subnet broadcast address
    52 .RS 3n
     44.RS 4
    5345Without this option,
    5446findsmb
    5547will probe the subnet of the machine where
    5648\fBfindsmb\fR(1)
    57 is run. This value is passed to
     49is run\. This value is passed to
    5850\fBnmblookup\fR(1)
    5951as part of the
    60 \fB-B\fR
    61 option.
     52\fB\-B\fR
     53option\.
    6254.RE
    6355.SH "EXAMPLES"
     
    6759lists the following information for all machines that respond to the initial
    6860nmblookup
    69 for any name: IP address, NetBIOS name, Workgroup name, operating system, and SMB server version.
     61for any name: IP address, NetBIOS name, Workgroup name, operating system, and SMB server version\.
    7062.PP
    71 There will be a '+' in front of the workgroup name for machines that are local master browsers for that workgroup. There will be an '*' in front of the workgroup name for machines that are the domain master browser for that workgroup. Machines that are running Windows for Workgroups, Windows 95 or Windows 98 will not show any information about the operating system or server version.
     63There will be a \'+\' in front of the workgroup name for machines that are local master browsers for that workgroup\. There will be an \'*\' in front of the workgroup name for machines that are the domain master browser for that workgroup\. Machines that are running Windows for Workgroups, Windows 95 or Windows 98 will not show any information about the operating system or server version\.
    7264.PP
    7365The command with
    74 \fB-r\fR
     66\fB\-r\fR
    7567option must be run on a system without
    7668\fBnmbd\fR(8)
    77 running. If
     69running\. If
    7870nmbd
    79 is running on the system, you will only get the IP address and the DNS name of the machine. To get proper responses from Windows 95 and Windows 98 machines, the command must be run as root and with
    80 \fB-r\fR
     71is running on the system, you will only get the IP address and the DNS name of the machine\. To get proper responses from Windows 95 and Windows 98 machines, the command must be run as root and with
     72\fB\-r\fR
    8173option on a machine without
    8274nmbd
    83 running.
     75running\.
    8476.PP
    8577For example, running
    8678findsmb
    8779without
    88 \fB-r\fR
     80\fB\-r\fR
    8981option set would yield output similar to the following
    90 
     82.sp
     83.RS 4
    9184.nf
    92 
    9385IP ADDR         NETBIOS NAME   WORKGROUP/OS/VERSION
    94 ---------------------------------------------------------------------
    95 192.168.35.10   MINESET-TEST1  [DMVENGR]
    96 192.168.35.55   LINUXBOX      *[MYGROUP] [Unix] [Samba 2.0.6]
    97 192.168.35.56   HERBNT2        [HERB-NT]
    98 192.168.35.63   GANDALF        [MVENGR] [Unix] [Samba 2.0.5a for IRIX]
    99 192.168.35.65   SAUNA          [WORKGROUP] [Unix] [Samba 1.9.18p10]
    100 192.168.35.71   FROGSTAR       [ENGR] [Unix] [Samba 2.0.0 for IRIX]
    101 192.168.35.78   HERBDHCP1     +[HERB]
    102 192.168.35.88   SCNT2         +[MVENGR] [Windows NT 4.0] [NT LAN Manager 4.0]
    103 192.168.35.93   FROGSTAR-PC    [MVENGR] [Windows 5.0] [Windows 2000 LAN Manager]
    104 192.168.35.97   HERBNT1       *[HERB-NT] [Windows NT 4.0] [NT LAN Manager 4.0]
    105 
     86\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
     87192\.168\.35\.10   MINESET\-TEST1  [DMVENGR]
     88192\.168\.35\.55   LINUXBOX      *[MYGROUP] [Unix] [Samba 2\.0\.6]
     89192\.168\.35\.56   HERBNT2        [HERB\-NT]
     90192\.168\.35\.63   GANDALF        [MVENGR] [Unix] [Samba 2\.0\.5a for IRIX]
     91192\.168\.35\.65   SAUNA          [WORKGROUP] [Unix] [Samba 1\.9\.18p10]
     92192\.168\.35\.71   FROGSTAR       [ENGR] [Unix] [Samba 2\.0\.0 for IRIX]
     93192\.168\.35\.78   HERBDHCP1     +[HERB]
     94192\.168\.35\.88   SCNT2         +[MVENGR] [Windows NT 4\.0] [NT LAN Manager 4\.0]
     95192\.168\.35\.93   FROGSTAR\-PC    [MVENGR] [Windows 5\.0] [Windows 2000 LAN Manager]
     96192\.168\.35\.97   HERBNT1       *[HERB\-NT] [Windows NT 4\.0] [NT LAN Manager 4\.0]
    10697.fi
     98.RE
    10799.SH "VERSION"
    108100.PP
    109 This man page is correct for version 3.0 of the Samba suite.
     101This man page is correct for version 3\.0 of the Samba suite\.
    110102.SH "SEE ALSO"
    111103.PP
     
    115107.SH "AUTHOR"
    116108.PP
    117 The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
     109The original Samba software and related utilities were created by Andrew Tridgell\. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\.
    118110.PP
    119 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
    120 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.
    121 
     111The 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
     112ftp://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\.
Note: See TracChangeset for help on using the changeset viewer.