Directory Layout¶
The following is the directory layout for the root filesystem on a standard installation of Pedigree:
.pedigree-root (regular file)¶
- Designates this filesystem as a valid root filesystem.
applications¶
- All application binaries are stored here.
code¶
- This is an area for source code.
config¶
- Configuration files are stored here.
games¶
- A special area for game data. For example, nethack's level data is stored here.
include¶
- System header files for compiling code.
libraries¶
- System libraries for compiling code.
manuals¶
- man pages.
modules¶
- Kernel modules.
support¶
- Support files for applications.
system¶
- System files such as fonts.
tmp¶
- Temporary file storage.
users¶
- Contains home directories for each user in the system.