summaryrefslogtreecommitdiff
path: root/src/admin/adminbook.xml
blob: 0c94bd286e92a9a4c0e504bd73763335bab61256 (plain) (blame)
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
<?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 chap1 SYSTEM "1_intro.xml">
               <!ENTITY chap2 SYSTEM "2_shell.xml">
               <!ENTITY chap3 SYSTEM "3_packages.xml">
               <!ENTITY chap4 SYSTEM "4_services.xml">
               <!ENTITY chap5 SYSTEM "5_networking.xml">
               <!ENTITY chap6 SYSTEM "6_security.xml">
               <!ENTITY chap7 SYSTEM "7_config.xml">
               <!ENTITY chap8 SYSTEM "8_fslayout.xml">
               <!ENTITY chap9 SYSTEM "9_standards.xml">
               <!ENTITY chap10 SYSTEM "10_help.xml">
               <!ENTITY chap11 SYSTEM "11_quickref.xml">
]>
<book>
    <bookinfo>
        <title>Adélie Linux 1.0 Administrator's Handbook</title>
        <author>
            <personname><firstname>A.</firstname><surname>Wilcox</surname></personname>
        </author>
        <othercredit>
            <firstname>Marcus</firstname><surname>Comstedt</surname>
            <contrib>Correction of introduction section</contrib>
        </othercredit>
        <othercredit>
            <firstname>Michael</firstname><surname>Siegel</surname>
            <contrib>Copyediting</contrib>
        </othercredit>
        <othercredit>
            <firstname>Tambra</firstname><surname>Wilcox</surname>
            <contrib>Copyediting</contrib>
        </othercredit>
        <copyright><year>2018</year><holder>Adélie Linux</holder></copyright>
    </bookinfo>
    <preface>
        <title>Preface</title>
        <para>This Administrator's Handbook is the official comprehensive manual for the day-to-day use and administration of systems running the Adélie Linux 1.0 operating environment.  It additionally includes differences between Adélie Linux and other Linux and Unix&reg; environments, and detailed information on the design and implementation of Adélie Linux 1.0.</para>
        <para>Many contributed to the final version of this handbook.  This includes <personname><firstname>Marcus</firstname><surname>Comstedt</surname></personname>, <personname><firstname>Michael</firstname><surname>Siegel</surname></personname>, and <personname><firstname>Tambra</firstname><surname>Wilcox</surname></personname>.</para>
        <para>It is assumed that you, the reader, are familiar with using a terminal or command line interface, and the use of Unix commands.  If you are not yet familiar with these concepts, start with our User's Handbook, which will assist you in learning them.</para>
        <para>Please also ensure that you are comfortable and properly rested before reading this handbook.  This will allow you to learn quicker, and be able to recall the information you have learned easier.</para>
        <para>It is hoped by the author that you find this handbook easy to understand and read.  Please feel free to contact me or the Adélie Linux community if you have any suggestions on how to make this handbook better.  We'd love to hear from you, and we hope you enjoy using our distribution.</para>
        <para> A. Wilcox, 2018</para>
    </preface>
    &chap1;
    &chap2;
    &chap3;
    &chap4;
    &chap5;
    &chap6;
    &chap7;
    &chap8;
    &chap9;
    &chap10;
    &chap11;
</book>