File: fhs.xml

package info (click to toggle)
debian-policy 4.7.3.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,320 kB
  • sloc: xml: 7,484; makefile: 234; perl: 174; python: 50
file content (88 lines) | stat: -rw-r--r-- 3,522 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
		 'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd'
[
<!ENTITY specversion "3.0">
<!ENTITY chap-intro SYSTEM "intro.xml">
<!ENTITY chap-filesystem SYSTEM "filesystem.xml">
<!ENTITY chap-root-filesystem SYSTEM "root-filesystem.xml">
<!ENTITY chap-usr SYSTEM "usr.xml">
<!ENTITY chap-var SYSTEM "var.xml">
<!ENTITY chap-os SYSTEM "os.xml">
<!ENTITY app-appendix SYSTEM "appendix.xml">
<!-- for docbook 5, if no dtd  we don't have isonum.ent/isopub.end -->
<!ENTITY mdash "&#x02014;" ><!--EM DASH -->
<!ENTITY shy   "&#x000AD;" ><!--SOFT HYPHEN -->
]>

<!-- use for docbook 5.0 -->
<!--book xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en"-->
<!-- use for docbook <5.0 -->
<book>
<!--info-->	<!-- use for docbook 5.0 -->
<bookinfo>	<!-- use for docbook <5.0 -->
<title>Filesystem Hierarchy Standard</title>
<releaseinfo>Version &specversion;</releaseinfo>
<pubdate>March 19, 2015</pubdate>
<!-- use for docbook 5.0 -->
<!-- orgname class="informal">Filesystem Hierarchy Standard Group</orgname -->
<!-- use for docbook <5.0 -->
<orgname>LSB Workgroup, The Linux Foundation</orgname>
<corpauthor>LSB Workgroup, The Linux Foundation</corpauthor>
<copyright><year>2015</year><holder>The Linux Foundation</holder></copyright>
<copyright><year>1994-2004</year><holder>Daniel Quinlan</holder></copyright>
<copyright><year>2001-2004</year><holder>Paul 'Rusty' Russell</holder></copyright>
<copyright><year>2003-2004</year><holder>Christopher Yeoh</holder></copyright>

<legalnotice>

<para>All trademarks and copyrights are owned by their owners, unless
specifically noted otherwise.  Use of a term in this document should not
be regarded as affecting the validity of any trademark or service
mark.</para>

<para>Permission is granted to make and distribute verbatim copies of
this standard provided the copyright and this permission notice are
preserved on all copies.</para> 

<para>Permission is granted to copy and distribute modified versions of this
standard under the conditions for verbatim copying, provided also that
the title page is labeled as modified including a reference to the
original standard, provided that information on retrieving the original
standard is included, and provided that the entire resulting derived
work is distributed under the terms of a permission notice identical to
this one.</para>

<para>Permission is granted to copy and distribute translations of this
standard into another language, under the above conditions for modified
versions, except that this permission notice may be stated in a
translation approved by the copyright holder.</para>

</legalnotice>

<abstract>
<para>This standard consists of a set of requirements and guidelines for file
and directory placement under UNIX-like operating systems.  The
guidelines are intended to support interoperability of applications,
system administration tools, development tools, and scripts as well as
greater uniformity of documentation for these systems.</para>
</abstract>

<!--/info-->	<!-- use for docbook 5.0 -->
</bookinfo>	<!-- use for docbook <5.0 -->
<dedication>
<para>This release is dedicated to the memory of Christopher Yeoh,
a long-time friend and colleague, and one of the original editors
of the FHS. Without his dedication this work would not have been possible.
</para>
</dedication>

&chap-intro;
&chap-filesystem;
&chap-root-filesystem;
&chap-usr;
&chap-var;
&chap-os;
&app-appendix;

</book>