MAKEDBM(8) | System Manager's Manual | MAKEDBM(8) |
makedbm
— create a
NIS database
makedbm |
-u dbfile |
makedbm |
[-bls ] [-d
yp_domain_name] [-i
yp_input_file] [-m
yp_master_name] [-o
yp_output_file] infile
outfile |
makedbm
is the utility in NIS that creates
the db(3) database file containing
the NIS map.
infile is the pathname of the source file (where “-” is standard input). Each line consists of the key and the value, with a space separating the items. Blank lines are ignored, and a “#” is a comment character and indicates that the rest of the line should be ignored.
outfile is the pathname of the generated database.
The options are as follows:
-b
-l
-s
-d
yp_domain_name-i
yp_input_file-m
yp_master_name-o
yp_output_file-u
dbfilemakedbm
.
dbfile is the pathname to the database.Mats O Jansson <moj@stacken.kth.se>
February 26, 2005 | NetBSD 10.99 |