source: branches/samba-3.2.x/docs/manpages/tdbtool.8@ 204

Last change on this file since 204 was 204, checked in by Herwig Bauernfeind, 16 years ago

Update 3.2 branch to 3.2.4

File size: 2.7 KB
Line 
1.\" Title: tdbtool
2.\" Author:
3.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
4.\" Date: 09/18/2008
5.\" Manual: System Administration tools
6.\" Source: Samba 3.2
7.\"
8.TH "TDBTOOL" "8" "09/18/2008" "Samba 3\.2" "System Administration tools"
9.\" disable hyphenation
10.nh
11.\" disable justification (adjust text to left margin only)
12.ad l
13.SH "NAME"
14tdbtool - manipulate the contents TDB files
15.SH "SYNOPSIS"
16.HP 1
17tdbtool
18.HP 1
19tdbtool \fITDBFILE\fR [\fICOMMANDS\fR...]
20.SH "DESCRIPTION"
21.PP
22This tool is part of the
23\fBsamba\fR(1)
24suite\.
25.PP
26tdbtool
27a tool for displaying and altering the contents of Samba TDB (Trivial DataBase) files\. Each of the commands listed below can be entered interactively or provided on the command line\.
28.SH "COMMANDS"
29.PP
30\fBcreate\fR \fITDBFILE\fR
31.RS 4
32Create a new database named
33\fITDBFILE\fR\.
34.RE
35.PP
36\fBopen\fR \fITDBFILE\fR
37.RS 4
38Open an existing database named
39\fITDBFILE\fR\.
40.RE
41.PP
42\fBerase\fR
43.RS 4
44Erase the current database\.
45.RE
46.PP
47\fBdump\fR
48.RS 4
49Dump the current database as strings\.
50.RE
51.PP
52\fBcdump\fR
53.RS 4
54Dump the current database as connection records\.
55.RE
56.PP
57\fBkeys\fR
58.RS 4
59Dump the current database keys as strings\.
60.RE
61.PP
62\fBhexkeys\fR
63.RS 4
64Dump the current database keys as hex values\.
65.RE
66.PP
67\fBinfo\fR
68.RS 4
69Print summary information about the current database\.
70.RE
71.PP
72\fBinsert\fR \fIKEY\fR \fIDATA\fR
73.RS 4
74Insert a record into the current database\.
75.RE
76.PP
77\fBmove\fR \fIKEY\fR \fITDBFILE\fR
78.RS 4
79Move a record from the current database into
80\fITDBFILE\fR\.
81.RE
82.PP
83\fBstore\fR \fIKEY\fR \fIDATA\fR
84.RS 4
85Store (replace) a record in the current database\.
86.RE
87.PP
88\fBshow\fR \fIKEY\fR
89.RS 4
90Show a record by key\.
91.RE
92.PP
93\fBdelete\fR \fIKEY\fR
94.RS 4
95Delete a record by key\.
96.RE
97.PP
98\fBlist\fR
99.RS 4
100Print the current database hash table and free list\.
101.RE
102.PP
103\fBfree\fR
104.RS 4
105Print the current database and free list\.
106.RE
107.PP
108\fB!\fR \fICOMMAND\fR
109.RS 4
110Execute the given system command\.
111.RE
112.PP
113\fBfirst\fR
114.RS 4
115Print the first record in the current database\.
116.RE
117.PP
118\fBnext\fR
119.RS 4
120Print the next record in the current database\.
121.RE
122.PP
123\fBquit\fR
124.RS 4
125Exit
126tdbtool\.
127.RE
128.SH "CAVEATS"
129.PP
130The contents of the Samba TDB files are private to the implementation and should not be altered with
131tdbtool\.
132.SH "VERSION"
133.PP
134This man page is correct for version 3\.0\.25 of the Samba suite\.
135.SH "AUTHOR"
136.PP
137The 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\.
Note: See TracBrowser for help on using the repository browser.