File: i-viewdb.1.in

package info (click to toggle)
integrit 4.1-1.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,612 kB
  • ctags: 548
  • sloc: ansic: 4,227; makefile: 397; sh: 340; perl: 224
file content (72 lines) | stat: -rw-r--r-- 1,996 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.\" integrit - file integrity verification system -*- nroff -*-
.\" Copyright (C) 2006 Ed L. Cashin
.\" @configure_input@
.\" 
.\" This program is free software; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License
.\" as published by the Free Software Foundation; either version 2
.\" of the License, or (at your option) any later version.
.\" 
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\" 
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
.\" 
.ds ]W "integrit
.de q
``\\$1''\\$2
..
.TH i-viewdb 1 "Jun 17, 2001" "Version @INTEGRIT_VERSION@"
.SH NAME
i-viewdb \- view the information stored in integrit databases
.SH SYNOPSIS
.I i-viewdb
[-s]
.I dbname

.I dbname
is the name of the integrit database for i-viewdb to examine.

.IP "\fB\-s\fP"

Do not show the checksums stored in the database.

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

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

The output syntax is the same as that of 
.I integrit.

.SH 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.

.SH 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/

.SH "SEE ALSO"
.I Integrit File Verification System Manual
(info), lstat(2)