gdbm_load (1) Linux Manual Page
NAME gdbm_load – re-create a GDBM database from a dump file. SYNOPSIS gdbm_load [-Mnr] [-b NUM] [-c NUM] [-m MODE] [-u NAME|UID[:NAME|GID]] [–block-size=NUM] [–cache-size=NUM] [–mmap=NUM] [–mode=MODE] [–no-meta] [–replace] [–user=NAME|UID[:NAME|GID]] FILE [DB_FILE] gdbm_load [-Vh] [–help] [–usage] [–version] DESCRIPTION Create 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….
