From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
== Filesystem Layout == | == Filesystem Layout == | ||
Fedora follows the [http://www.pathname.com/fhs/ Filesystem Hierarchy Standard] with regards to filesystem layout. The FHS defines where files should be placed on the system | Fedora follows the [http://www.pathname.com/fhs/ Filesystem Hierarchy Standard] with regards to filesystem layout, with exceptions noted below. The FHS defines where files should be placed on the system. | ||
=== Exceptions === | |||
* Fedora allows cross-compilers to place files in <code>/usr/target</code>. | |||
* Fedora does not allow new directories under <code>/usr</code> without FPC approval. | |||
[[Category:Packaging guidelines drafts]] | [[Category:Packaging guidelines drafts]] |
Revision as of 16:21, 12 May 2016
Filesystem Layout
Fedora follows the Filesystem Hierarchy Standard with regards to filesystem layout, with exceptions noted below. The FHS defines where files should be placed on the system.
Exceptions
- Fedora allows cross-compilers to place files in
/usr/target
.
- Fedora does not allow new directories under
/usr
without FPC approval.