LDP/LDP/guide/docbook/Linux-Filesystem-Hierarchy/Linux-Filesystem-Hierarchy.xml

117 lines
3.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://docbook.org/xml/4.2/docbookx.dtd" [
<!ENTITY About-The-Author SYSTEM "About-the-Author.xml">
<!ENTITY Contributors SYSTEM "Contributors.xml">
<!ENTITY Disclaimer SYSTEM "Disclaimer.xml">
<!ENTITY Donations SYSTEM "Donations.xml">
<!ENTITY Feedback SYSTEM "Feedback.xml">
<!ENTITY GFDL SYSTEM "fdl.xml">
<!ENTITY Foreward SYSTEM "Foreward.xml">
<!ENTITY The-Root-Directory SYSTEM "The-Root-Directory.xml">
<!ENTITY bin SYSTEM "bin.xml">
<!ENTITY boot SYSTEM "boot.xml">
<!ENTITY dev SYSTEM "dev.xml">
<!ENTITY etc SYSTEM "etc.xml">
<!ENTITY home SYSTEM "home.xml">
<!ENTITY initrd SYSTEM "initrd.xml">
<!ENTITY lib SYSTEM "lib.xml">
<!ENTITY lostfound SYSTEM "lostfound.xml">
<!ENTITY media SYSTEM "media.xml">
<!ENTITY mnt SYSTEM "mnt.xml">
<!ENTITY opt SYSTEM "opt.xml">
<!ENTITY proc SYSTEM "proc.xml">
<!ENTITY root SYSTEM "root.xml">
<!ENTITY sbin SYSTEM "sbin.xml">
<!ENTITY srv SYSTEM "srv.xml">
<!ENTITY tmp SYSTEM "tmp.xml">
<!ENTITY usr SYSTEM "usr.xml">
<!ENTITY var SYSTEM "var.xml">
<!ENTITY Glossary SYSTEM "Glossary.xml">
<!ENTITY Signals SYSTEM "Signals.xml">
<!ENTITY Sources SYSTEM "Sources.xml">
]>
<book>
<bookinfo>
<title>Linux Filesystem Hierarchy</title>
<subtitle>Version 0.65</subtitle>
<pubdate>2004-07-30</pubdate>
<author>
<firstname>Binh</firstname>
<surname>Nguyen</surname>
<affiliation>
<address>
<email>linuxfilesystem(at)yahoo(dot)com(dot)au</email>
</address>
</affiliation>
</author>
<abstract>
<para>
This document outlines the set of requirements and guidelines for file and directory placement under the Linux operating system according to those of the FSSTND v2.3 final (January 29, 2004) and also its actual implementation on an arbitrary system. It is meant to be accessible to all members of the Linux community, be distribution independent and is intended to discuss the impact of the FSSTND and how it has managed to increase the efficiency of support interoperability of applications, system administration tools, development tools, and scripts as well as greater uniformity of documentation for these systems.
</para>
</abstract>
<legalnotice>
<para>Copyright 2003 Binh Nguyen</para>
<para>Trademarks are owned by their owners.</para>
<para>Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.2; with no Invariant Sections, with no Front-Cover Texts,
and with no Back-Cover Texts. A copy of the license is included in
the section entitled "GNU Free Documentation License".</para>
</legalnotice>
</bookinfo>
<preface> <title>Source and pre-formatted versions available</title>
<para>The source code and other machine readable formats
of this book can be found on the Internet at the
Linux Documentation Project home page <ulink
url="http://www.tldp.org">http://www.tldp.org</ulink>
The latest version of this document can be found at
<ulink url="http://cvsview.tldp.org/index.cgi/LDP/guide/docbook/Linux-Dictionary/">
http://cvsview.tldp.org/index.cgi/LDP/guide/docbook/Linux-Dictionary/</ulink>
</para>
</preface>
<chapter>
<title>Linux Filesystem Hierarchy</title>
&Foreward;
&The-Root-Directory;
&bin;
&boot;
&dev;
&etc;
&home;
&initrd;
&lib;
&lostfound;
&media;
&mnt;
&opt;
&proc;
&root;
&sbin;
&usr;
&var;
&srv;
&tmp;
</chapter>
&Glossary;
&Signals;
&Sources;
&About-The-Author;
&Contributors;
&Disclaimer;
&Donations;
&Feedback;
&GFDL;
</book>