aboutsummaryrefslogtreecommitdiff
path: root/handbook/handbook.sgml
blob: cf41e92d7e7f1368e22f6f3ca9569ae4e5c438ae (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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!-- $Id: handbook.sgml,v 1.68 1997-02-22 12:58:34 peter Exp $ -->
<!-- The FreeBSD Documentation Project -->

<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [

<!-- Conditional flags for this version of the document -->
<!ENTITY % boothelp.only "IGNORE">
<!ENTITY % handbook.only "INCLUDE">

<!-- Entity shorthand for authors' names and email addresses -->
<!ENTITY % authors SYSTEM "authors.sgml">
%authors;

<!-- Entity shorthand for mailing list email addresses -->
<!ENTITY % lists SYSTEM "lists.sgml">
%lists;

<!-- Entity definitions for all the parts -->
<!ENTITY % sections SYSTEM "sections.sgml">
%sections;

<!-- The currently released version of FreeBSD -->
<!ENTITY rel.current CDATA "2.1.7">

]>

<linuxdoc>
  <book>

      <title>FreeBSD Handbook</title>
      <author>
	<name>The FreeBSD Documentation Project</name>
      </author>
      <date>February 1997</date>

<abstract>Welcome to FreeBSD!  This handbook covers the
installation and day to day use of <bf>FreeBSD Release
&rel.current;</bf>. 

This manual is a <bf>work in progress</bf> and is the
work of many individuals.  Many sections do not yet exist
and some of those that do exist need to be updated.  If
you are interested in helping with this project, send
email to the &a.doc; The latest version of this
document is always available from
the <url url="http://www.FreeBSD.ORG/" name="FreeBSD World Wide
Web server">.  It may also be downloaded in plain text, postscript 
or HTML from the <url url="ftp://ftp.FreeBSD.ORG/pub/FreeBSD/docs"
name="FreeBSD FTP server"> or one of the numerous
<ref id="mirrors-ftp" name="mirror sites">.  You may also want to
<url url="/search.html" name="Search the Handbook">.	

</abstract>
      <toc>

<!-- ************************************************************ -->	      

    <part><heading>Basics</heading>

    <chapt><heading>Introduction</heading>
      <p>FreeBSD is a 4.4BSD-Lite based operating system for Intel
      architecture (x86) based PCs.  For an overview of FreeBSD, see
      <ref id="nutshell" name="FreeBSD in a nutshell">.  For a
      history of the project, read <ref id="history"
      name="a brief history of FreeBSD">.  To see a description of the
      latest release, read <ref id="relnotes"
      name="about the current release">.  If you're interested
      in contributing something to the FreeBSD project (code, equipment,
      sacks of unmarked bills), please see about <ref id="submitters"
      name="contributing to FreeBSD">.

      &nutshell;
      &history;
      &goals;
      &development;
      &relnotes;

    &install;
    &basics;

    <chapt><heading>Installing applications</heading>
      <sect><heading>* Installing packages</heading>
        &ports;

<!-- ************************************************************ -->	      

    <part><heading>System Administration</heading>

    &kernelconfig;
    <chapt><heading>Users, groups and security</heading>
      &crypt;
      &skey;
      &kerberos;
      &firewalls;

    &printing;

    &quotas;
    <chapt><heading>The X Window System</heading>
       <p>Pending the completion of this section, please refer to
         documentation supplied by the <url url="http://www.xfree86.org/"
         name="The XFree86 Project, Inc">.

    &hw;

<!-- ************************************************************ -->	      

    <part><heading>Network Communications</heading>

    <chapt><heading>Serial Communications</heading>
      &serial;
      &term;
      &dialup;
      &dialout;

    <chapt><heading>PPP and SLIP</heading>

    <p>If your connection to the Internet is through a modem, or
    you wish to provide other people with dialup connections to
    the Internet using FreeBSD, you have the option of using PPP
    or SLIP.  Furthermore, two varieties of PPP are provided:
    <em>user</em> (sometimes referred to as iijppp) and
    <em>kernel</em>.  The procedures for configuring both types
    of PPP, and for setting up SLIP are described in this
    chapter.

      &userppp;
      &ppp;
      &slipc; 
      &slips;

    <chapt><heading>Advanced networking</heading>
      &routing;
      &nfs;
      &diskless;
      <sect><heading>* Yellow Pages/NIS</heading>
      &isdn;	

    &mail;

<!-- ************************************************************ -->	      

    <part><heading>Advanced topics</heading>
    &current;
    &stable;
    &synching; 
    &submitters;
    &troubleshooting;
    &kerneldebug;
    &kernelopts;
    &linuxemu;
    <chapt><heading>FreeBSD internals</heading>
      &booting;
      &memoryuse;
      &dma;


<!-- ************************************************************ -->	      

    <part><heading>Appendices</heading>

    &mirrors;
    &bibliography;
    &eresources;
    &contrib;
    &policies;
    &pgpkeys;

<!--    &glossary; -->
   
  </book>
</linuxdoc>