add directory Minix

This commit is contained in:
gohigh
2024-02-19 00:21:39 -05:00
parent 56596ada90
commit 5a46ddb732
2923 changed files with 1764412 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
CHECKHIER(8) Minix Programmer's Manual CHECKHIER(8)
NAME
checkhier - check the directory hierarchy
SYNOPSIS
checkhier
DESCRIPTION
Checkhier 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.
Checkhier must be run by the superuser.
SEE ALSO
chmod(1), chown(8), hier(7).
DIAGNOSTICS
The exit code is 0 if all checks out right, otherwise a script is output
and the exit code is 1.
AUTHOR
Kees J. Bot (kjb@cs.vu.nl)
1