1TACHK(1) User Contributed Perl Documentation TACHK(1)
2
3
4
6 tachk - Check the validity of the trust anchors in a named.conf file
7
9 tachk [options] <named.conf>
10
12 tachk checks the validity of the trust anchors in the specified
13 named.conf file. The output given depends on the options selected.
14
15 Note: This script may be removed in future releases.
16
18 tachk takes two types of options: record-attribute options and output-
19 style options. These option sets are detailed below.
20
21 Record-Attribute Options
22
23 These options define which trust anchor records will be displayed.
24
25 -valid
26 This option displays the valid trust anchors in a named.conf file.
27
28 -invalid
29 This option displays the invalid trust anchors in a named.conf
30 file.
31
32 Output-Format Options
33
34 These options define how the trust anchor information will be dis‐
35 played. Without any of these options, the zone name and key tag will
36 be displayed for each trust anchor.
37
38 -count
39 The count of matching records will be displayed, but the matching
40 records will not be.
41
42 -long
43 The long form of output will be given. The zone name and key tag
44 will be displayed for each trust anchor.
45
46 -terse
47 This option displays only the name of the zones selected by other
48 options.
49
50 -help
51 Display a usage message.
52
54 Wesley Griffin, wgriffin@users.sourceforge.net
55
57 trustman(8)
58
59
60
61perl v5.8.8 2007-09-14 TACHK(1)