tdbtool.8   [plain text]


.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "TDBTOOL" 8 "" "" ""
.SH "NAME"
tdbtool - manipulate the contents TDB files
.SH "SYNOPSIS"
.HP 1
tdbtool
.HP 1
tdbtool \fITDBFILE\fR [\fICOMMANDS\fR...]
.SH "DESCRIPTION"
.PP
This tool is part of the
\fBsamba\fR(1)
suite.
.PP
tdbtool
a 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.
.SH "COMMANDS"
.PP
\fBcreate\fR \fITDBFILE\fR
.RS 3n
Create a new database named
\fITDBFILE\fR.
.RE
.PP
\fBopen\fR \fITDBFILE\fR
.RS 3n
Open an existing database named
\fITDBFILE\fR.
.RE
.PP
\fBerase\fR
.RS 3n
Erase the current database.
.RE
.PP
\fBdump\fR
.RS 3n
Dump the current database as strings.
.RE
.PP
\fBcdump\fR
.RS 3n
Dump the current database as connection records.
.RE
.PP
\fBkeys\fR
.RS 3n
Dump the current database keys as strings.
.RE
.PP
\fBhexkeys\fR
.RS 3n
Dump the current database keys as hex values.
.RE
.PP
\fBinfo\fR
.RS 3n
Print summary information about the current database.
.RE
.PP
\fBinsert\fR \fIKEY\fR \fIDATA\fR
.RS 3n
Insert a record into the current database.
.RE
.PP
\fBmove\fR \fIKEY\fR \fITDBFILE\fR
.RS 3n
Move a record from the current database into
\fITDBFILE\fR.
.RE
.PP
\fBstore\fR \fIKEY\fR \fIDATA\fR
.RS 3n
Store (replace) a record in the current database.
.RE
.PP
\fBshow\fR \fIKEY\fR
.RS 3n
Show a record by key.
.RE
.PP
\fBdelete\fR \fIKEY\fR
.RS 3n
Delete a record by key.
.RE
.PP
\fBlist\fR
.RS 3n
Print the current database hash table and free list.
.RE
.PP
\fBfree\fR
.RS 3n
Print the current database and free list.
.RE
.PP
\fB!\fR \fICOMMAND\fR
.RS 3n
Execute the given system command.
.RE
.PP
\fBfirst\fR
.RS 3n
Print the first record in the current database.
.RE
.PP
\fBnext\fR
.RS 3n
Print the next record in the current database.
.RE
.PP
\fBquit\fR
.RS 3n
Exit
tdbtool.
.RE
.SH "CAVEATS"
.PP
The contents of the Samba TDB files are private to the implementation and should not be altered with
tdbtool.
.SH "VERSION"
.PP
This man page is correct for version 3.0.25 of the Samba suite.
.SH "AUTHOR"
.PP
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.