doc: add 'group create' as synonym for 'group add'
[amitay/samba.git] / docs-xml / manpages / smbtree.1.xml
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">
4
5 <refmeta>
6         <refentrytitle>smbtree</refentrytitle>
7         <manvolnum>1</manvolnum>
8         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">User Commands</refmiscinfo>
10         <refmiscinfo class="version">&doc.version;</refmiscinfo>
11 </refmeta>
12
13
14 <refnamediv>
15         <refname>smbtree</refname>
16         <refpurpose>A text based smb network browser
17         </refpurpose>
18 </refnamediv>
19
20 <refsynopsisdiv>
21         <cmdsynopsis>
22                 <command>smbtree</command>
23                 <arg choice="opt">-D</arg>
24                 <arg choice="opt">-S</arg>
25         </cmdsynopsis>
26 </refsynopsisdiv>
27
28 <refsect1>
29         <title>DESCRIPTION</title>
30
31         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
32         <manvolnum>7</manvolnum></citerefentry> suite.</para>
33
34         <para><command>smbtree</command> is a smb browser program 
35         in text mode. It is similar to the "Network Neighborhood" found 
36         on Windows computers. It prints a tree with all 
37         the known domains, the servers in those domains and 
38         the shares on the servers.
39         </para>
40 </refsect1>
41
42
43 <refsect1>
44         <title>OPTIONS</title>
45
46         <variablelist>
47                 <varlistentry>
48                 <term>-D|--domains</term>
49                 <listitem><para>Only print a list of all 
50                 the domains known on broadcast or by the 
51                 master browser</para></listitem>
52                 </varlistentry>
53
54                 <varlistentry>
55                 <term>-S|--servers</term>
56                 <listitem><para>Only print a list of 
57                 all the domains and servers responding on broadcast or 
58                 known by the master browser. 
59                 </para></listitem>
60                 </varlistentry>
61
62                 &stdarg.server.debug;
63                 &popt.common.samba;
64                 &popt.common.credentials;
65                 &popt.autohelp;
66                 
67         </variablelist>
68 </refsect1>
69
70 <refsect1>
71         <title>VERSION</title>
72
73         <para>This man page is part of version &doc.version; of the Samba
74         suite.</para>
75 </refsect1>
76
77 <refsect1>
78         <title>AUTHOR</title>
79         
80         <para>The original Samba software and related utilities 
81         were created by Andrew Tridgell. Samba is now developed
82         by the Samba Team as an Open Source project similar 
83         to the way the Linux kernel is developed.</para>
84         
85         <para>The smbtree man page was written by Jelmer Vernooij. </para>
86 </refsect1>
87
88 </refentry>