.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "REALMCHK 1" .TH REALMCHK 1 2023-07-29 "perl v5.38.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME realmchk \- Validate a set of DNSSEC\-Tools realms files .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 1 \& realmchk [options] .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBrealmchk\fR checks the validity of a set of DNSSEC-Tools \fBrealms\fR file. The results can be given in a summary or verbose form, or without any results printed at all. The exit code is the count of errors found by \fBrealmchk\fR in all the \fBrealms\fR files checked. .PP \&\fBrealmchk\fR identifies the following error conditions: .PP * The state is either "active" or "inactive". .PP * The config directory is a writable, searchable directory. .PP * The state directory is a writable, searchable directory.. .PP * The realm directory is a writable, searchable directory. .PP * The rollrec file is a writable regular file. .PP * If the user is defined, it is a valid user. .SH OPTIONS .IX Header "OPTIONS" The following options are handled by \fBrealmchk\fR. .IP \fB\-quiet\fR 4 .IX Item "-quiet" Give no output. .IP \fB\-verbose\fR 4 .IX Item "-verbose" Provide extensive output describing the state of the \fBrealms\fR files. .IP \fB\-Version\fR 4 .IX Item "-Version" Displays the version information for \fBrealmchk\fR and the DNSSEC-Tools package. .IP \fB\-help\fR 4 .IX Item "-help" Displays a help message and exits. .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright 2012\-2014 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details. .SH AUTHOR .IX Header "AUTHOR" Wayne Morrison, tewok@tislabs.com .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBdtrealms\|(8)\fR, \&\fBlsrealm\|(8)\fR, \&\fBrealminit\|(8)\fR .PP \&\fBNet::DNS::SEC::Tools::realm.pm\|(3)\fR,