1TWPRINT(8) System Manager's Manual TWPRINT(8)
2
3
4
6 twprint - Tripwire database and report printer
7
9 twprint { -m r | --print-report } [ options... ]
10 twprint { -m d | --print-dbfile } [ options... ]
11 [ object1 [ object2... ]]
12
14 Prints Tripwire database and report files in clear text format.
15
16 Report Printing mode
17 In Report Printing mode, twprint verifies and displays the contents of
18 a Tripwire report file (.twr). If no report is specified on the
19 command line, the report specified in the REPORTFILE variable in the
20 configuration file will be used. By default, this value includes the
21 date and time to the nearest second. Because this value is constantly
22 changing, twprint may not be able to find the correct report file. For
23 this reason, the (‐r or --twrfile) flag should be used with the desired
24 report name to print a specific report.
25
26 Database Printing mode
27 This option is used to print a Tripwire database file in human-readable
28 (clear text) form. In Database Printing mode, twprint verifies and
29 prints the contents of a specified database to stdout. If no database
30 file is specified on the command line, the default database specified
31 by the DBFILE variable in the configuration file is used.
32
34 Report printing mode:
35 -m r --print-report
36 -v --verbose
37 -s --silent, --quiet
38 -c cfgfile --cfgfile cfgfile
39 -r report --twrfile report
40 -L localkey --local-keyfile localkey
41 -t { 0|1|2|3|4 } --report-level { 0|1|2|3|4 }
42
43 ‐m r, --print-report
44 Mode selector.
45
46 ‐v, --verbose
47 Verbose output mode. Mutually exclusive with (‐s).
48
49 ‐s, --silent, --quiet
50 Silent output mode. Mutually exclusive with (‐v).
51
52 ‐c cfgfile, --cfgfile cfgfile
53 Use the specified configuration file.
54
55 ‐r report, --twrfile report
56 Print the specified report file.
57
58 ‐L localkey, --local-keyfile localkey
59 Use the specified local key file to perform verification with
60 reports which are signed.
61
62 ‐t level, --report-level level
63 Specifies the detail level of the printed report, overriding the
64 REPORTLEVEL variable in the configuration file. level must be a
65 number from 0 to 4.
66
67 Database printing mode:
68 -m d --print-dbfile
69 -v --verbose
70 -s --silent, --quiet
71 -c cfgfile --cfgfile cfgfile
72 -d database --dbfile database
73 -L localkey --local-keyfile localkey
74 [ object1 [ object2... ]]
75
76 ‐m d, --print-dbfile
77 Mode selector.
78
79 ‐v, --verbose
80 Verbose output mode. Mutually exclusive with (‐s).
81
82 ‐s, --silent, --quiet
83 Silent output mode. Mutually exclusive with (‐v).
84
85 ‐c cfgfile, --cfgfile cfgfile
86 Use the specified configuration file.
87
88 ‐d database, --dbfile database
89 Print the specified database file.
90
91 ‐L localkey, --local-keyfile localkey
92 Use the specified local key file to read the database.
93
94 [ object1 [ object2... ]]
95 List of filesystem objects in the database to print. If no
96 objects are specified, every object in the database will be
97 printed. The format for a list of objects is: section: objname
98 objname... section: objname...
99
101 This man page describes twprint version 2.4.1.
102
104 Tripwire, Inc.
105
107 Permission is granted to make and distribute verbatim copies of this
108 man page provided the copyright notice and this permission notice are
109 preserved on all copies.
110
111 Permission is granted to copy and distribute modified versions of this
112 man page under the conditions for verbatim copying, provided that the
113 entire resulting derived work is distributed under the terms of a
114 permission notice identical to this one.
115
116 Permission is granted to copy and distribute translations of this man
117 page into another language, under the above conditions for modified
118 versions, except that this permission notice may be stated in a
119 translation approved by Tripwire, Inc.
120
121 Copyright 2000 Tripwire, Inc. Tripwire is a registered trademark of
122 Tripwire, Inc. in the United States and other countries. All rights
123 reserved.
124
126 twintro(8), tripwire(8), twadmin(8), siggen(8), twconfig(4),
127 twpolicy(4), twfiles(5)
128
129
130
131 1 July 2000 TWPRINT(8)