Linux Standard Base
Outlines the standard
Filesystem Hierarchy Standard The Filesystem Hierarchy Standard outlines the conventional layout of UNIX systems and is largely adhered... Overview
To get started, take a look at:
Linux Standard Base
Filesystem Hierarchy Standard
GNU Userland
systemd
Key Resources
https://tldp.org/
https://www.kernel.org/doc/html/v5.10/admin-guide/index.html
https://www.linuxfromscratch.org/
"Understanding the Linux...Filesystem Hierarchy Standard
Linux
In particular, it established that an LSB system would comply with:
- core libraries (and their naming) e.g.
libc
C Standard Library
https://en.wikipedia.org/wiki/Cstandardlibrary https://en.cppreference.com/w/c/header Represents a standardised series of functions that must exist on an operating system These functions exist...
- core programs (including their naming)
- init approach
The standard is no longer maintained.