Add more content to the description of "registry shares".
[Samba/bjacke.git] / docs / manpages-3 / smbtree.1.xml
blob1d4d651fbd4fa34d47cdc4e5fe1bdffb1ca8eefb
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="smbtree.1">
5 <refmeta>
6         <refentrytitle>smbtree</refentrytitle>
7         <manvolnum>1</manvolnum>
8 </refmeta>
11 <refnamediv>
12         <refname>smbtree</refname>
13         <refpurpose>A text based smb network browser
14         </refpurpose>
15 </refnamediv>
17 <refsynopsisdiv>
18         <cmdsynopsis>
19                 <command>smbtree</command>
20                 <arg choice="opt">-b</arg>
21                 <arg choice="opt">-D</arg>
22                 <arg choice="opt">-S</arg>
23         </cmdsynopsis>
24 </refsynopsisdiv>
26 <refsect1>
27         <title>DESCRIPTION</title>
29         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
30         <manvolnum>7</manvolnum></citerefentry> suite.</para>
32         <para><command>smbtree</command> is a smb browser program 
33         in text mode. It is similar to the "Network Neighborhood" found 
34         on Windows computers. It prints a tree with all 
35         the known domains, the servers in those domains and 
36         the shares on the servers.
37         </para>
38 </refsect1>
41 <refsect1>
42         <title>OPTIONS</title>
44         <variablelist>
45                 <varlistentry>
46                 <term>-b</term>
47                 <listitem><para>Query network nodes by sending requests 
48                 as broadcasts instead of querying the local master browser.
49                 </para></listitem>
50                 </varlistentry>
52                 <varlistentry>
53                 <term>-D</term>
54                 <listitem><para>Only print a list of all 
55                 the domains known on broadcast or by the 
56                 master browser</para></listitem>
57                 </varlistentry>
59                 <varlistentry>
60                 <term>-S</term>
61                 <listitem><para>Only print a list of 
62                 all the domains and servers responding on broadcast or 
63                 known by the master browser. 
64                 </para></listitem>
65                 </varlistentry>
67                 &stdarg.server.debug;
68                 &popt.common.samba;
69                 &popt.common.credentials;
70                 &stdarg.help;
71                 
72         </variablelist>
73 </refsect1>
75 <refsect1>
76         <title>VERSION</title>
78         <para>This man page is correct for version 3.0 of the Samba 
79         suite.</para>
80 </refsect1>
82 <refsect1>
83         <title>AUTHOR</title>
84         
85         <para>The original Samba software and related utilities 
86         were created by Andrew Tridgell. Samba is now developed
87         by the Samba Team as an Open Source project similar 
88         to the way the Linux kernel is developed.</para>
89         
90         <para>The smbtree man page was written by Jelmer Vernooij. </para>
91 </refsect1>
93 </refentry>