1996-08-21 09:28:57 +02:00
|
|
|
<!-- $Id: handbook.sgml,v 1.53 1996/08/09 15:33:27 jfieber Exp $ -->
|
1995-04-28 18:19:59 +02:00
|
|
|
<!-- The FreeBSD Documentation Project -->
|
|
|
|
|
1995-05-10 02:12:18 +02:00
|
|
|
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [
|
1995-09-03 23:12:29 +02:00
|
|
|
|
|
|
|
<!-- Conditional flags for this version of the document -->
|
|
|
|
<!ENTITY % boothelp.only "IGNORE">
|
|
|
|
<!ENTITY % handbook.only "INCLUDE">
|
|
|
|
|
|
|
|
<!-- Entity shorthand for authors' names and email addresses -->
|
1995-04-28 18:19:59 +02:00
|
|
|
<!ENTITY % authors SYSTEM "authors.sgml">
|
|
|
|
%authors;
|
|
|
|
|
1996-05-17 01:18:28 +02:00
|
|
|
<!-- Entity shorthand for mailing list email addresses -->
|
|
|
|
<!ENTITY % lists SYSTEM "lists.sgml">
|
|
|
|
%lists;
|
|
|
|
|
1995-09-03 23:12:29 +02:00
|
|
|
<!-- Entity definitions for all the parts -->
|
|
|
|
<!ENTITY % sections SYSTEM "sections.sgml">
|
|
|
|
%sections;
|
1995-04-28 18:19:59 +02:00
|
|
|
|
1996-08-09 17:33:31 +02:00
|
|
|
<!-- The curerntly released version of FreeBSD -->
|
|
|
|
<!ENTITY rel.current CDATA "2.1.5">
|
|
|
|
|
1995-04-28 18:19:59 +02:00
|
|
|
]>
|
|
|
|
|
|
|
|
<linuxdoc>
|
|
|
|
<book>
|
|
|
|
|
|
|
|
<title>FreeBSD Handbook
|
|
|
|
<author>
|
1995-05-10 13:34:07 +02:00
|
|
|
<name>The FreeBSD Documentation Project</name>
|
|
|
|
</author>
|
1996-07-07 04:00:48 +02:00
|
|
|
<date>July 1996</date>
|
1995-09-01 06:54:14 +02:00
|
|
|
|
|
|
|
<abstract>Welcome to FreeBSD! This handbook covers the
|
|
|
|
installation and day to day use of <bf>FreeBSD Release
|
1996-08-09 17:33:31 +02:00
|
|
|
&rel.current;</bf>.
|
1995-09-01 06:54:14 +02:00
|
|
|
|
|
|
|
This manual is a <bf>work in progress</bf> and is the
|
1995-09-27 01:46:30 +01:00
|
|
|
work of many individuals. Many sections do not yet exist
|
1995-09-01 06:54:14 +02:00
|
|
|
and some of those that do exist need to be updated. If
|
|
|
|
you are interested in helping with this project, send
|
1996-05-10 01:04:53 +02:00
|
|
|
email to the &a.doc
|
1995-09-25 05:53:33 +01:00
|
|
|
The latest version of this document is always available from
|
1996-05-10 01:04:53 +02:00
|
|
|
the <url url="http://www.FreeBSD.ORG/" name="FreeBSD World Wide
|
1996-03-19 16:19:21 +01:00
|
|
|
Web server">. It may also be downloaded in ascii, LaTeX, postscript
|
1996-05-10 01:04:53 +02:00
|
|
|
or HTML from the <url url="ftp://ftp.FreeBSD.ORG/pub/FreeBSD/docs"
|
1996-03-19 16:19:21 +01:00
|
|
|
name="FreeBSD FTP server"> or one of the numerous
|
|
|
|
<ref id="mirrors" name="mirror sites">.
|
1995-09-01 06:54:14 +02:00
|
|
|
</abstract>
|
1995-04-28 18:19:59 +02:00
|
|
|
|
|
|
|
<toc>
|
|
|
|
|
1995-05-10 13:34:07 +02:00
|
|
|
<!-- ************************************************************ -->
|
|
|
|
|
|
|
|
<part><heading>Basics</heading>
|
1995-04-28 18:19:59 +02:00
|
|
|
|
|
|
|
<chapt><heading>Introduction</heading>
|
1996-08-21 09:28:57 +02:00
|
|
|
<p>FreeBSD is a 4.4BSD-Lite based operating system for Intel
|
1995-12-07 14:22:18 +01:00
|
|
|
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">.
|
|
|
|
|
1995-05-11 04:03:38 +02:00
|
|
|
&nutshell;
|
1995-05-11 00:12:01 +02:00
|
|
|
&history;
|
1995-12-07 14:22:18 +01:00
|
|
|
&goals;
|
1995-06-14 20:38:56 +02:00
|
|
|
&relnotes;
|
1995-04-28 18:19:59 +02:00
|
|
|
|
1995-06-14 20:38:56 +02:00
|
|
|
&install;
|
1995-04-28 18:19:59 +02:00
|
|
|
&basics;
|
|
|
|
|
|
|
|
<chapt><heading>Installing applications</heading>
|
1995-06-14 20:38:56 +02:00
|
|
|
<sect><heading>* Installing packages</heading>
|
1995-04-28 18:19:59 +02:00
|
|
|
&ports;
|
|
|
|
|
1995-05-10 13:34:07 +02:00
|
|
|
<!-- ************************************************************ -->
|
1995-04-28 18:19:59 +02:00
|
|
|
|
1995-05-10 13:34:07 +02:00
|
|
|
<part><heading>System Administration</heading>
|
1995-04-28 18:19:59 +02:00
|
|
|
|
1995-10-07 05:32:03 +01:00
|
|
|
&kernelconfig;
|
1995-04-28 18:19:59 +02:00
|
|
|
<chapt><heading>Users, groups and security</heading>
|
1995-09-25 05:53:33 +01:00
|
|
|
&crypt;
|
1995-09-25 19:23:05 +01:00
|
|
|
&skey;
|
1995-04-28 18:19:59 +02:00
|
|
|
&kerberos;
|
1995-10-14 22:49:54 +01:00
|
|
|
&firewalls;
|
1995-04-28 18:19:59 +02:00
|
|
|
|
1995-10-01 05:43:15 +01:00
|
|
|
&printing;
|
1996-03-04 23:50:30 +01:00
|
|
|
|
|
|
|
"as;
|
1995-08-19 17:38:25 +02:00
|
|
|
<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">.
|
1995-05-10 13:34:07 +02:00
|
|
|
|
1995-11-25 21:00:49 +01:00
|
|
|
&hw;
|
1995-06-14 20:38:56 +02:00
|
|
|
|
1995-05-10 13:34:07 +02:00
|
|
|
<!-- ************************************************************ -->
|
|
|
|
|
|
|
|
<part><heading>Network Communications</heading>
|
|
|
|
|
|
|
|
<chapt><heading>Basic Networking</heading>
|
1995-06-14 20:38:56 +02:00
|
|
|
<sect><heading>* Ethernet basics</heading>
|
|
|
|
<sect><heading>* Serial basics</heading>
|
1996-07-29 09:15:57 +02:00
|
|
|
&term;
|
1995-05-10 13:34:07 +02:00
|
|
|
&dialup;
|
|
|
|
|
|
|
|
<chapt><heading>PPP and SLIP</heading>
|
1995-07-29 15:08:02 +02:00
|
|
|
|
1996-01-31 15:26:20 +01:00
|
|
|
<p>If your connection to the Internet is through a modem, or
|
1995-07-29 15:08:02 +02:00
|
|
|
you wish to provide other people with dialup connections to
|
1996-01-31 15:26:20 +01:00
|
|
|
the Internet using FreeBSD, you have the option of using PPP
|
1995-07-29 15:08:02 +02:00
|
|
|
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;
|
1995-05-10 13:34:07 +02:00
|
|
|
&ppp;
|
|
|
|
&slipc;
|
|
|
|
&slips;
|
|
|
|
|
|
|
|
<chapt><heading>Advanced networking</heading>
|
1995-10-07 05:32:03 +01:00
|
|
|
&routing;
|
1995-05-10 13:34:07 +02:00
|
|
|
&nfs;
|
|
|
|
&diskless;
|
1995-09-25 05:53:33 +01:00
|
|
|
<sect><heading>* Yellow Pages/NIS</heading>
|
1996-07-03 01:16:17 +02:00
|
|
|
&isdn;
|
1995-05-10 13:34:07 +02:00
|
|
|
|
1995-06-14 20:38:56 +02:00
|
|
|
<chapt><heading>* Mail</heading>
|
1995-05-10 13:34:07 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ************************************************************ -->
|
|
|
|
|
|
|
|
<part><heading>Advanced topics</heading>
|
1995-04-28 18:19:59 +02:00
|
|
|
¤t;
|
1996-02-11 01:16:20 +01:00
|
|
|
&stable;
|
|
|
|
&synching;
|
1995-12-07 14:22:18 +01:00
|
|
|
&submitters;
|
1995-12-21 18:16:29 +01:00
|
|
|
&troubleshooting;
|
|
|
|
&kerneldebug;
|
1996-05-14 22:31:53 +02:00
|
|
|
&linuxemu;
|
1995-12-21 18:16:29 +01:00
|
|
|
<chapt><heading>FreeBSD internals</heading>
|
|
|
|
&booting;
|
|
|
|
&memoryuse;
|
|
|
|
&dma;
|
1995-05-18 05:05:22 +02:00
|
|
|
|
1995-09-25 05:53:33 +01:00
|
|
|
|
1995-05-18 05:05:22 +02:00
|
|
|
<!-- ************************************************************ -->
|
1995-04-28 18:19:59 +02:00
|
|
|
|
1995-06-20 18:51:38 +02:00
|
|
|
<part><heading>Appendices</heading>
|
1995-12-21 18:16:29 +01:00
|
|
|
|
1995-09-01 06:54:14 +02:00
|
|
|
&mirrors;
|
1995-04-28 18:19:59 +02:00
|
|
|
&bibliography;
|
|
|
|
&eresources;
|
1995-07-09 23:39:55 +02:00
|
|
|
&contrib;
|
1996-06-30 20:01:25 +02:00
|
|
|
&policies;
|
1996-05-01 22:11:01 +02:00
|
|
|
&pgpkeys;
|
|
|
|
|
1995-10-07 05:32:03 +01:00
|
|
|
<!-- &glossary; -->
|
1995-04-28 18:19:59 +02:00
|
|
|
|
|
|
|
</book>
|
|
|
|
</linuxdoc>
|