![]() |
![]()
| ![]() |
![]()
NAMEgdbm_load - re-create a GDBM database from a dump file. SYNOPSISgdbm_load [-MUnr] [-b NUM] [-c NUM] [-m MODE] [-u NAME|UID[:NAME|GID]] [--block-size=NUM] [--cache-size=NUM] [--mmap=NUM] [--mode=MODE] [--no-meta] [--replace] [--update] [--user=NAME|UID[:NAME|GID]] FILE [DB_FILE] gdbm_load [-Vh] [--help] [--usage] [--version] DESCRIPTIONCreate a gdbm database file DB_FILE from the dump file FILE. If the FILE argument is not supplied, output the created database to the standard error. If the input file is in ASCII dump format, the mode and ownership of the created database are restored from the information in the dump. This can be overridden using the command line options (see below). OPTIONS
SEE ALSOgdbm_dump(1), gdbmtool(1), gdbm(3). For a detailed description of gdbm_load and other gdbm utilities, refer to the GDBM Manual available in Texinfo format. To access it, run: info gdbm
The documentation is also available online at https://www.gnu.org/software/gdbm/manual
Should any discrepancies occur between this manpage and the GDBM Manual, the later shall be considered the authoritative source. REPORTING BUGSReport bugs to <bug-gdbm@gnu.org>. COPYRIGHTCopyright © 2013-2025 Free Software Foundation, Inc
|