Changeset 134 for branches/samba-3.0/docs/manpages/tdbtool.8
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/docs/manpages/tdbtool.8
r44 r134 1 .\"Generated by db2man.xsl. Don't modify this, modify the source. 2 .de Sh \" Subsection 3 .br 4 .if t .Sp 5 .ne 5 6 .PP 7 \fB\\$1\fR 8 .PP 9 .. 10 .de Sp \" Vertical space (when we can't use .PP) 11 .if t .sp .5v 12 .if n .sp 13 .. 14 .de Ip \" List item 15 .br 16 .ie \\n(.$>=3 .ne \\$3 17 .el .ne 3 18 .IP "\\$1" \\$2 19 .. 20 .TH "TDBTOOL" 8 "" "" "" 1 .\" Title: tdbtool 2 .\" Author: 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/21/2008 5 .\" Manual: System Administration tools 6 .\" Source: Samba 3.0 7 .\" 8 .TH "TDBTOOL" "8" "05/21/2008" "Samba 3\.0" "System Administration tools" 9 .\" disable hyphenation 10 .nh 11 .\" disable justification (adjust text to left margin only) 12 .ad l 21 13 .SH "NAME" 22 14 tdbtool - manipulate the contents TDB files … … 30 22 This tool is part of the 31 23 \fBsamba\fR(1) 32 suite .24 suite\. 33 25 .PP 34 26 tdbtool 35 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.27 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\. 36 28 .SH "COMMANDS" 37 29 .PP 38 30 \fBcreate\fR \fITDBFILE\fR 39 .RS 3n31 .RS 4 40 32 Create a new database named 41 \fITDBFILE\fR .33 \fITDBFILE\fR\. 42 34 .RE 43 35 .PP 44 36 \fBopen\fR \fITDBFILE\fR 45 .RS 3n37 .RS 4 46 38 Open an existing database named 47 \fITDBFILE\fR .39 \fITDBFILE\fR\. 48 40 .RE 49 41 .PP 50 42 \fBerase\fR 51 .RS 3n52 Erase the current database .43 .RS 4 44 Erase the current database\. 53 45 .RE 54 46 .PP 55 47 \fBdump\fR 56 .RS 3n57 Dump the current database as strings .48 .RS 4 49 Dump the current database as strings\. 58 50 .RE 59 51 .PP 60 52 \fBcdump\fR 61 .RS 3n62 Dump the current database as connection records .53 .RS 4 54 Dump the current database as connection records\. 63 55 .RE 64 56 .PP 65 57 \fBkeys\fR 66 .RS 3n67 Dump the current database keys as strings .58 .RS 4 59 Dump the current database keys as strings\. 68 60 .RE 69 61 .PP 70 62 \fBhexkeys\fR 71 .RS 3n72 Dump the current database keys as hex values .63 .RS 4 64 Dump the current database keys as hex values\. 73 65 .RE 74 66 .PP 75 67 \fBinfo\fR 76 .RS 3n77 Print summary information about the current database .68 .RS 4 69 Print summary information about the current database\. 78 70 .RE 79 71 .PP 80 72 \fBinsert\fR \fIKEY\fR \fIDATA\fR 81 .RS 3n82 Insert a record into the current database .73 .RS 4 74 Insert a record into the current database\. 83 75 .RE 84 76 .PP 85 77 \fBmove\fR \fIKEY\fR \fITDBFILE\fR 86 .RS 3n78 .RS 4 87 79 Move a record from the current database into 88 \fITDBFILE\fR .80 \fITDBFILE\fR\. 89 81 .RE 90 82 .PP 91 83 \fBstore\fR \fIKEY\fR \fIDATA\fR 92 .RS 3n93 Store (replace) a record in the current database .84 .RS 4 85 Store (replace) a record in the current database\. 94 86 .RE 95 87 .PP 96 88 \fBshow\fR \fIKEY\fR 97 .RS 3n98 Show a record by key .89 .RS 4 90 Show a record by key\. 99 91 .RE 100 92 .PP 101 93 \fBdelete\fR \fIKEY\fR 102 .RS 3n103 Delete a record by key .94 .RS 4 95 Delete a record by key\. 104 96 .RE 105 97 .PP 106 98 \fBlist\fR 107 .RS 3n108 Print the current database hash table and free list .99 .RS 4 100 Print the current database hash table and free list\. 109 101 .RE 110 102 .PP 111 103 \fBfree\fR 112 .RS 3n113 Print the current database and free list .104 .RS 4 105 Print the current database and free list\. 114 106 .RE 115 107 .PP 116 108 \fB!\fR \fICOMMAND\fR 117 .RS 3n118 Execute the given system command .109 .RS 4 110 Execute the given system command\. 119 111 .RE 120 112 .PP 121 113 \fBfirst\fR 122 .RS 3n123 Print the first record in the current database .114 .RS 4 115 Print the first record in the current database\. 124 116 .RE 125 117 .PP 126 118 \fBnext\fR 127 .RS 3n128 Print the next record in the current database .119 .RS 4 120 Print the next record in the current database\. 129 121 .RE 130 122 .PP 131 123 \fBquit\fR 132 .RS 3n124 .RS 4 133 125 Exit 134 tdbtool .126 tdbtool\. 135 127 .RE 136 128 .SH "CAVEATS" 137 129 .PP 138 130 The contents of the Samba TDB files are private to the implementation and should not be altered with 139 tdbtool .131 tdbtool\. 140 132 .SH "VERSION" 141 133 .PP 142 This man page is correct for version 3 .0.25 of the Samba suite.134 This man page is correct for version 3\.0\.25 of the Samba suite\. 143 135 .SH "AUTHOR" 144 136 .PP 145 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. 146 137 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\.
Note:
See TracChangeset
for help on using the changeset viewer.