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

106 lines
3.1 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 Contributors SYSTEM "Contributors.xml">
<!ENTITY Disclaimer SYSTEM "Disclaimer.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 initrd SYSTEM "initrd.xml">
<!ENTITY dev SYSTEM "dev.xml">
<!ENTITY lib SYSTEM "lib.xml">
<!ENTITY lostfound SYSTEM "lostfound.xml">
<!ENTITY mnt SYSTEM "mnt.xml">
<!ENTITY proc SYSTEM "proc.xml">
<!ENTITY root SYSTEM "root.xml">
<!ENTITY sbin SYSTEM "sbin.xml">
<!ENTITY etc SYSTEM "etc.xml">
<!ENTITY home SYSTEM "home.xml">
<!ENTITY var SYSTEM "var.xml">
<!ENTITY usr SYSTEM "usr.xml">
<!ENTITY opt SYSTEM "opt.xml">
<!ENTITY tmp SYSTEM "tmp.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.61</subtitle>
<pubdate>2003-09-14</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.2 final (May 23, 2001) 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 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. The next revision of this document will occur when FSSTND 2.3 final is complete.
</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>
</para>
</preface>
<chapter>
<title>Linux Filesystem Hierarchy</title>
&Foreward;
&The-Root-Directory;
&bin;
&boot;
&initrd;
&dev;
&lib;
&lostfound;
&mnt;
&proc;
&root;
&sbin;
&etc;
&home;
&var;
&usr;
&opt;
&tmp;
</chapter>
&Glossary;
&Signals;
&Sources;
&Contributors;
&Disclaimer;
&Feedback;
&GFDL;
</book>