forked from kiss-community/repo
51 lines
2.6 KiB
Plaintext
51 lines
2.6 KiB
Plaintext
baselayout
|
|
________________________________________________________________________________
|
|
|
|
KISS Linux's system directory structure. It contains the skeleton of the system
|
|
and also various files in /etc/.
|
|
|
|
Upstream: $/kisslinux/repo
|
|
|
|
|
|
[000] Index
|
|
________________________________________________________________________________
|
|
|
|
* Installation ........................................................... [001]
|
|
* Usage .................................................................. [002]
|
|
|
|
|
|
[001] Installation
|
|
________________________________________________________________________________
|
|
|
|
+------------------------------------------------------------------------------+
|
|
| |
|
|
| $ kiss b baselayout |
|
|
| |
|
|
+------------------------------------------------------------------------------+
|
|
|
|
|
|
[002] Usage
|
|
________________________________________________________________________________
|
|
|
|
+------------------------------------------------------------------------------+
|
|
| |
|
|
| /etc/crypttab Configuration for encrypted block devices. |
|
|
| /etc/fstab Static information about the filesystems. |
|
|
| /etc/group User group file. |
|
|
| /etc/host.conf Resolver configuration file. |
|
|
| /etc/hosts Static table lookup for hostnames. |
|
|
| /etc/issue Prelogin message and identification file. |
|
|
| /etc/mime.types Maps filename suffices to media types. |
|
|
| /etc/mtab Symbolic link to /proc/self/mounts. |
|
|
| /etc/os-release Operating system identification. |
|
|
| /etc/passwd Password file. |
|
|
| /etc/profile System-wide shell configuration. |
|
|
| /etc/securetty List of terminals on which root is allowed to login. |
|
|
| /etc/shadow Shadowed password file. |
|
|
| /etc/shells List of login shells. |
|
|
| |
|
|
+------------------------------------------------------------------------------+
|
|
|
|
Documentation for the various files is not yet provided by the distribution.
|
|
Refer to online documentation for the time being.
|