logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

i-viewdb - view the information stored in integrit databases

Author

       Ed L Cashin <ecashin@users.sourceforge.net>

       See the integrit web site for up to date releases and information at

           http://integrit.sourceforge.net/

Description

       The integrit system detects intrusion by detecting when trusted files have been altered.

       integrit  records information about files in a database.  i-viewdb allows the user to see the information
       stored in these databases.

       The output syntax is the same as that of integrit.

Examples

          i-viewdb integrit-foo.cdb | less

       uses the "less" pager to view contents of the integrit database.

          i-viewdb integrit-foo.cdb | awk '{ print $1 " " $8 }'

       look at the files and access times in the integrit database.

Name

       i-viewdb - view the information stored in integrit databases

See Also

IntegritFileVerificationSystemManual (info), lstat(2)

Version 4.1                                       Jun 17, 2001                                       i-viewdb(1)

Synopsis

i-viewdb [-s] dbnamedbname is the name of the integrit database for i-viewdb to examine.

       -s

              Do not show the checksums stored in the database.

See Also