Files
oldlinux-files/Minix/2.0.0/wwwman/man8/checkhier.8.html
2024-02-19 00:21:39 -05:00

74 lines
1.2 KiB
HTML

<HTML>
<HEAD>
<TITLE>checkhier(8)</TITLE>
</HEAD>
<BODY>
<H1>checkhier(8)</H1>
<HR>
<PRE>
</PRE>
<H2>NAME</H2><PRE>
checkhier - check the directory hierarchy
</PRE>
<H2>SYNOPSIS</H2><PRE>
<STRONG>checkhier</STRONG>
</PRE>
<H2>DESCRIPTION</H2><PRE>
<STRONG>Checkhier</STRONG> checks a number of files and directories that make up the top
level file system hierarchy. The output of the command is a script that
could be applied to fix things like bad mode, wrong owner or group, etc.
The script should never be executed without checking. I might be better
to examine the differences oneself and to fix any problems by hand.
<STRONG>Checkhier</STRONG> must be run by the superuser.
</PRE>
<H2>SEE ALSO</H2><PRE>
<STRONG><A HREF="../man1/chmod.1.html">chmod(1)</A></STRONG>, <STRONG><A HREF="../man8/chown.8.html">chown(8)</A></STRONG>, <STRONG><A HREF="../man7/hier.7.html">hier(7)</A></STRONG>.
</PRE>
<H2>DIAGNOSTICS</H2><PRE>
The exit code is 0 if all checks out right, otherwise a script is output
and the exit code is 1.
</PRE>
<H2>AUTHOR</H2><PRE>
Kees J. Bot (kjb@cs.vu.nl)
</PRE>
</BODY>
</HTML>