Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TDBDUMP(8)		   System Administration tools		      TDBDUMP(8)

NAME
     tdbdump - tool for printing the contents of a TDB file

SYNOPSIS
     tdbdump [-k keyname] [-e] [-h] [-x] {filename}

DESCRIPTION
     This tool is part of the samba(1) suite.

     tdbdump  is a very simple utility that 'dumps' the contents of a TDB (Triv-
     ial DataBase) file to standard output in a human-readable format.

     This tool can be used when debugging problems with TDB  files.  It  is  in-
     tended for those who are somewhat familiar with Samba internals.

OPTIONS
     -h
	 Get help information.

     -k keyname
	 The -k option restricts dumping to a single key, if found.

     -e
	 The  -e  tries  to  dump out from a corrupt database. Naturally, such a
	 dump is unreliable, at best.

     -x
	 The -x changes the output data to a hex dump, from the default  mix  of
	 ASCII and hex dump.

VERSION
     This man page is correct for version 3 of the Samba suite.

AUTHOR
     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.

     The tdbdump man page was written by Jelmer Vernooij.

Samba 3.6			   2015-04-25			      TDBDUMP(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tdbdump&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help