HIER(7) - Miscellaneous Information Manual # HIER(7) - Miscellaneous Information Manual
NAME # hier - layout of filesystems
DESCRIPTION # A sketch of the filesystem hierarchy.
/
Root directory.
/altroot/
Alternate (backup) location for the root (’/’) filesystem (see daily(8)).
/bin/
User utilities fundamental to both single and multi-user environments. These programs are statically compiled and therefore do not depend on any system libraries to run.
/bsd
Pure kernel executable (the operating system loaded into memory at boot-time).
...
MKDIR(1) - General Commands Manual # MKDIR(1) - General Commands Manual
NAME # mkdir - make directories
SYNOPSIS # mkdir [-p] [-m mode] directory …
DESCRIPTION # The mkdir utility creates the directories named as operands, in the order specified, using mode rwxrwxrwx (0777) as modified by the current umask(2).
The options are as follows:
-m mode
Set the file permission bits of the newly created directory to mode. The mode argument can be in any of the formats specified to the chmod(1) utility.
...
Chgrp,
MD5Init,
RMD160Init,
Stat,
SHA256Init,
Chown,
Chmod,
Cksum,
SHA1Init,
Fts_open,
Hier,
Md5,
Mtree MTREE(8) - System Manager’s Manual # MTREE(8) - System Manager’s Manual
NAME # mtree - map a directory hierarchy
SYNOPSIS # mtree [-cdeilnqrtUux] [-f spec] [-K keywords] [-k keywords] [-p path] [-s seed]
DESCRIPTION # The utility mtree compares the file hierarchy rooted in the current directory against a specification read from the standard input. Messages are written to the standard output for any files whose characteristics do not match the specification, or which are missing from either the file hierarchy or the specification.
...
PWD(1) - General Commands Manual # PWD(1) - General Commands Manual
NAME # pwd - return working directory name
SYNOPSIS # pwd [-LP]
DESCRIPTION # The pwd utility prints the absolute pathname of the current working directory to the standard output.
The options are as follows:
-L
If the PWD environment variable is an absolute pathname that references the current directory and doesn’t contain path components of “.” or “.
...