Man page - makedbm(8)
Packages contas this manual
Available languages:
en jaManual
| MAKEDBM(8) | NIS Reference Manual | MAKEDBM(8) |
NAME
makedbm - create or dump a ypserv database file
SYNOPSIS
/usr/lib/yp/makedbm [-a | -r] [-b] [-c] [-s] [-l] [-i YP_INPUT_NAME] [-o YP_OUTPUT_NAME] [-m YP_MASTER_NAME] inputfile dbname
/usr/lib/yp/makedbm -u dbname
/usr/lib/yp/makedbm -c
/usr/lib/yp/makedbm --version
DESCRIPTION
makedbm takes the inputfile and converts it to a ypserv database file. In the moment, GDBM is used as database. Each line of the input file is converted to a single record. All characters up to the first TAB or SPACE are the key, and the rest of the line is the data. makedbm does not treat `#' as a special character.
OPTIONS
-a
-b
-c
-l
-i YP_INPUT_NAME
-m YP_MASTER_NAME
-o YP_OUTPUT_NAME
-r
-s
-u dbname
--no-limit-check
SEE ALSO
ypserv(8)
AUTHOR
makedbm was written by Thorsten Kukuk <kukuk@linux-nis.org>.
| 12/31/2020 | NIS Reference Manual |