From Fedora Project Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 directly under <code>/</code> or <code>/usr</code> without FPC approval. | |||
[[Category:Packaging guidelines drafts]] | [[Category:Packaging guidelines drafts]] |
Latest revision as of 16:27, 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 directly under
/
or/usr
without FPC approval.