Uninitialized vector entry?
[minix3.git] / man / man8 / checkhier.8
blob679c7fb8e84f43b2a5f5d66ce6ac9c4e146d24d8
1 .TH CHECKHIER 8
2 .SH NAME
3 checkhier \- 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
11 .B Checkhier
12 checks a number of files and directories that make up the top level file
13 system hierarchy.  The output of the command is a script that could be
14 applied to fix things like bad mode, wrong owner or group, etc.
15 .PP
16 The script should never be executed without checking.  I might be better to
17 examine the differences oneself and to fix any problems by hand.
18 .PP
19 .B Checkhier
20 must be run by the superuser.
21 .SH "SEE ALSO"
22 .BR chmod (1),
23 .BR chown (8),
24 .BR hier (7).
25 .SH DIAGNOSTICS
26 The exit code is 0 if all checks out right, otherwise a script is output and
27 the exit code is 1.
28 .SH AUTHOR
29 Kees J. Bot (kjb@cs.vu.nl)