June 2001
Intermediate to advanced
688 pages
19h 18m
English
berkdb envremove [-data_dir directory] [-force] [-home directory] [-log_dir directory] [-tmp_dir directory] [-use_environ] [-use_environ_root]
Remove a Berkeley DB environment.
The options are as follows:
-data_dir dirname Specify the environment’s data directory, as described in “Berkeley DB File Naming.”
-force If there are processes that have called berkdb env without calling env close (that is, there are processes currently using the environment), berkdb envremove will fail without further action, unless the -force flag is set, in which case berkdb envremove will attempt to remove the environment regardless of any processes still using it.
-home directory The -home argument is described in “Berkeley DB File ...