from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209583

userrating:


May 25th. 2007:
Words

486

Views

258591

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149881

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





GDBM_LOAD

Section: GDBM User Reference (1)
Updated: March 6, 2025
Index Return to Main Contents
 

NAME

gdbm_load - r-create a GDBM database from a dump file.  

SYNOPSIS

gdbm_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]  

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.

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

-b, --block-size=NUM
Sets block size.
-c, --cache-size=NUM
Sets cache size.
-M, --mmap
Use memory mapping.
-m, --mode=MODE
Set database file mode (octal number).
-n, --no-meta
Do not attempt to restore database met-data (mode and ownership).
-r, --replace
Replace existing keys. This must be used together with the -U (--update) option.
-U, --update
Update an existing database. Key/value pairs from the dump file will be added to that database, without removing the existing keys. To overwrite keys that are duplicated in the dump file, use the --replace option.
If the database does not exist, it will be created.
-u, --user=NAME|UID[:NAME|GID]
Set file ownership.
-h, --help
Print a short usage summary.
--usage
Print a list of available options.
-V, --version
Print program version
 

SEE ALSO

gdbm_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 BUGS

Report bugs to <bug-gdbm@gnu.org>.  

COPYRIGHT

Copyright © 201-2025 Free Software Foundation, Inc
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
REPORTING BUGS
COPYRIGHT





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 12.3 ms