source: trunk/minix/man/man8/checkhier.8@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 767 bytes
Line 
1.TH CHECKHIER 8
2.SH NAME
3checkhier \- check the directory hierarchy
4.SH SYNOPSIS
5.B checkhier
6.SH DESCRIPTION
7.de SP
8.if t .sp 0.4
9.if n .sp
10..
11.B Checkhier
12checks a number of files and directories that make up the top level file
13system hierarchy. The output of the command is a script that could be
14applied to fix things like bad mode, wrong owner or group, etc.
15.PP
16The script should never be executed without checking. I might be better to
17examine the differences oneself and to fix any problems by hand.
18.PP
19.B Checkhier
20must be run by the superuser.
21.SH "SEE ALSO"
22.BR chmod (1),
23.BR chown (8),
24.BR hier (7).
25.SH DIAGNOSTICS
26The exit code is 0 if all checks out right, otherwise a script is output and
27the exit code is 1.
28.SH AUTHOR
29Kees J. Bot (kjb@cs.vu.nl)
Note: See TracBrowser for help on using the repository browser.