MAKEDBM(8) - System Manager’s Manual # MAKEDBM(8) - System Manager’s Manual
NAME # makedbm - create a YP database
SYNOPSIS # makedbm [-blsUu] [-d yp_domain_name] [-i yp_input_file] [-m yp_master_name] [-o yp_output_file] infile outfile
DESCRIPTION # makedbm is the utility in YP that creates the database file containing the YP map. The database format is a slightly modified version of ndbm.
The options are as follows:
-b
Interdomain. Include an entry in the database informing a YP server to use DNS to get information about unknown hosts.
...
MAKEFILE.YP(8) - System Manager’s Manual # MAKEFILE.YP(8) - System Manager’s Manual
NAME # Makefile.yp - generate and distribute YP maps
SYNOPSIS # cd /var/yp; make
DESCRIPTION # The Makefile.yp utility generates or updates the YP maps to be served by ypserv(8).
Each YP domain to be served must have its own subdirectory below /var/yp. Use ypinit(8) to set up such subdirectories. In particular, ypinit(8) will copy /var/yp/Makefile.yp into each new domain subdirectory.
...
REVNETGROUP(8) - System Manager’s Manual # REVNETGROUP(8) - System Manager’s Manual
NAME # revnetgroup - generate reverse netgroup data
SYNOPSIS # revnetgroup -h | -u [-f netgroup_file]
DESCRIPTION # revnetgroup processes the contents of a file in netgroup(5) format into what is called reverse netgroup form. That is, where the original file shows netgroup memberships in terms of which members reside in a particular group, the reverse netgroup format specifies what groups are associated with a particular member.
...