1 | '\" t
|
---|
2 | .\" Title: smbtree
|
---|
3 | .\" Author: [see the "AUTHOR" section]
|
---|
4 | .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
---|
5 | .\" Date: 10/25/2016
|
---|
6 | .\" Manual: User Commands
|
---|
7 | .\" Source: Samba 4.4
|
---|
8 | .\" Language: English
|
---|
9 | .\"
|
---|
10 | .TH "SMBTREE" "1" "10/25/2016" "Samba 4\&.4" "User Commands"
|
---|
11 | .\" -----------------------------------------------------------------
|
---|
12 | .\" * Define some portability stuff
|
---|
13 | .\" -----------------------------------------------------------------
|
---|
14 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
15 | .\" http://bugs.debian.org/507673
|
---|
16 | .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
---|
17 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
18 | .ie \n(.g .ds Aq \(aq
|
---|
19 | .el .ds Aq '
|
---|
20 | .\" -----------------------------------------------------------------
|
---|
21 | .\" * set default formatting
|
---|
22 | .\" -----------------------------------------------------------------
|
---|
23 | .\" disable hyphenation
|
---|
24 | .nh
|
---|
25 | .\" disable justification (adjust text to left margin only)
|
---|
26 | .ad l
|
---|
27 | .\" -----------------------------------------------------------------
|
---|
28 | .\" * MAIN CONTENT STARTS HERE *
|
---|
29 | .\" -----------------------------------------------------------------
|
---|
30 | .SH "NAME"
|
---|
31 | smbtree \- A text based smb network browser
|
---|
32 | .SH "SYNOPSIS"
|
---|
33 | .HP \w'\ 'u
|
---|
34 | smbtree [\-b] [\-D] [\-S]
|
---|
35 | .SH "DESCRIPTION"
|
---|
36 | .PP
|
---|
37 | This tool is part of the
|
---|
38 | \fBsamba\fR(7)
|
---|
39 | suite\&.
|
---|
40 | .PP
|
---|
41 | smbtree
|
---|
42 | is a smb browser program in text mode\&. It is similar to the "Network Neighborhood" found on Windows computers\&. It prints a tree with all the known domains, the servers in those domains and the shares on the servers\&.
|
---|
43 | .SH "OPTIONS"
|
---|
44 | .PP
|
---|
45 | \-b|\-\-broadcast
|
---|
46 | .RS 4
|
---|
47 | Query network nodes by sending requests as broadcasts instead of querying the local master browser\&.
|
---|
48 | .RE
|
---|
49 | .PP
|
---|
50 | \-D|\-\-domains
|
---|
51 | .RS 4
|
---|
52 | Only print a list of all the domains known on broadcast or by the master browser
|
---|
53 | .RE
|
---|
54 | .PP
|
---|
55 | \-S|\-\-servers
|
---|
56 | .RS 4
|
---|
57 | Only print a list of all the domains and servers responding on broadcast or known by the master browser\&.
|
---|
58 | .RE
|
---|
59 | .SH "VERSION"
|
---|
60 | .PP
|
---|
61 | This man page is correct for version 3 of the Samba suite\&.
|
---|
62 | .SH "AUTHOR"
|
---|
63 | .PP
|
---|
64 | 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\&.
|
---|
65 | .PP
|
---|
66 | The smbtree man page was written by Jelmer Vernooij\&.
|
---|