Sortix 1.1dev ports manual
This manual documents Sortix 1.1dev ports. You can instead view this document in the latest official manual.
HIER(7) | Miscellaneous Information Manual | HIER(7) |
NAME
hier — layout of filesystemsDESCRIPTION
The filesystem hierarchy is as follows:- /
- Root directory.
- /bin
- Programs.
- /boot
- Boot programs, kernel(7), initrd(7), bootloader.
- /dev
- Devices.
- /etc
- System-wide configuration.
- /home
- User directories.
- /include
- Development headers.
- /lib
- Development libraries.
- /libexec
- Non-user programs.
- /mnt
- User mountpoints.
- /root
- Directory of the root user.
- /sbin
- System programs.
- /share
- Architecture independent files.
- /src
- System source code.
- /sysmerge
- Temporary area for sysmerge(8) delayed upgrades.
- /tix
- Package management.
- /tmp
- Temporary files that are cleaned on boot.
- /usr
- Symlink to the current directory.
- /var
- Variable data files.
- /var/cache
- Cached application data that can be removed without data loss.
- /var/empty
- Empty directory.
- /var/log
- Log files.
- /var/run
- Runtime program data that is cleaned on boot.
SEE ALSO
user-guide(7)January 8, 2016 | Debian |