This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



MAKEDBM(8)                               BSD System Manager's Manual                              MAKEDBM(8)

NAME
     makedbm -- create a YP database

SYNOPSIS
     makedbm -u file
     makedbm -U file
     makedbm [-bls] [-i yp_input_file] [-o yp_output_file] [-d yp_domain_name] [-m yp_master_name] infile
             outfile

DESCRIPTION
     Makedbm is the utiliy in YP that creates the database file containing the YP map.  The databse format
     is a slightly modified version of ndbm.

     The options are as follows:

     -u      Dump a database to standard output.

     -U      Same as -u but also try db(3) hash format.

     -b      Interdomain. Include an entry in the database informing a YP server to use DNS to get informa-tion information
             tion about unknown hosts. This option will only have effect on the two maps hosts.byname and
             hosts.byaddr.

     -l      Lowercase. Convert all keys to lower case before adding them to the YP database.

     -s      Secure map. Include an entry in the database informing ypxfr(8) and ypserv(8) that the YP map
             is going to be handled as secure.

     -i yp_input_file
             Include an entry the in the map with the key YP_INPUT_FILE and the argument as value.

     -o yp_output_file
             Include an entry the in the map with the key YP_OUTPUT_FILE and the argument as value.

     -d yp_domain_name
             Include an entry the in the map with the key YP_DOMAIN_NAME and the argument as value.

     -m yp_master_name
             Include an entry the in the map with the key YP_MASTER_NAME and the argument as value.

SEE ALSO
     yp(8), db(3), ypxfr(8), ypserv(8)

AUTHOR
     Mats O Jansson <moj@stacken.kth.se>

BSD                                             July 19, 1994                                            BSD

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...