 |
Index for Section 8 |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
db_printlog(8)
NAME
db_printlog - Displays database log file (Enhanced Security)
SYNOPSIS
/usr/tcb/bin/db_printlog [-h home]
OPTIONS
-h home
Specify a home directory for the database. The correct directory for
enhanced security is /var/tcb/files.
DESCRIPTION
A customized version of the Berkeley Database (Berkeley DB) is embedded in
the operating system to provide high-performance database support for
critical security files. The DB includes full transactional support and
database recovery, using write-ahead logging and checkpointing to record
changes.
The db_printlog utility provides a way to view the log file associated with
the security database.
RETURN VALUES
The db_printlog utility exits 0 on success, and >0 if an error occurs.
ENVIRONMENT VARIABLES
DB_HOME
If the -h option is not specified and the environment variable DB_HOME
is set, it is used as the path of the database home. The home directory
for security is /var/tcb/files.
FILES
/var/tcb/files/auth.db
/var/tcb/files/dblogs/*
SEE ALSO
Commands: db_checkpoint(8), db_recover(8), db_stat(8)
 |
Index for Section 8 |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|