db_printlog - Displays database log file (Enhanced Security)
/usr/tcb/bin/db_printlog [-h home]
Specify a home directory for the database. The correct
directory for enhanced security is /var/tcb/files.
A customized version of the Berkeley Database (Berkeley
DB) is embedded in the operating system to provide highperformance
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.
The db_printlog utility exits 0 on success, and >0 if an
error occurs.
ENVIRONMENT VARIABLES [Toc] [Back] 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.
/var/tcb/files/auth.db
/var/tcb/files/dblogs/*
Commands: db_checkpoint(8), db_recover(8), db_stat(8)
db_printlog(8)
[ Back ] |