-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy path4.4-smm.html
116 lines (73 loc) · 3.46 KB
/
4.4-smm.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>4.4BSD System Manager's Manual (SMM)</title>
<link rev=made href="mailto:[email protected]">
<meta name="resource-type" content="document">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="4.4BSD System Manager's Manual (SMM)">
<meta name="keywords" content="UNIX Programmer Documentation">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 1999-2002 by OpenBSD.">
</head>
<body>
<h1>4.4BSD System Manager's Manual (SMM)</h1>
<h3>Reference Manual Section 8</h3>
Section 8 of the UNIX Programmer's Manual contains information related to
system operation, administration, and maintenance.
<h3>Installing and Operating 4.4BSD</h3>
The definitive reference document for those occasions when
you find you need to start over again.
<h3>Building 4.4BSD Kernels with <b>Config</b></h3>
In-depth discussions of the use and operation of the <b>config</b>
program, and how to build your very own Unix kernel.
<h3>Fsck - The UNIX File System Check Program</h3>
A reference document for using the <b>fsck</b> program during
times of file system distress.
<h3>Disc Quotas in a UNIX Environment</h3>
A light introduction to the techniques
for limiting the use of disc resources.
<h3>A Fast File System for UNIX</h3>
A description of the 4.4BSD file system organization,
design and implementation.
<h3>The 4.4BSD NFS Implementation</h3>
An overview of the design, implementation, and use of NFS on 4.4BSD.
<h3>Line Printer Spooler Manual</h3>
This document describes the structure and installation procedure
for the line printer spooling system.
<h3>Sendmail Installation and Operation Guide</h3>
The last word in installing and operating the <b>sendmail</b> program.
<h3>Sendmail - An Internetwork Mail Router</h3>
An overview document on the design and implementation of <b>sendmail</b>.
<h3>Name Server Operations Guide for BIND</h3>
Setting up and operating the name to Internet addressing software.
If you have a network this will be of interest.
<h3>Timed Installation and Operation Guide</h3>
Describes how to maintain time synchronization between machines
in a local network.
<h3>The Berkeley UNIX Time Synchronization Protocol</h3>
The protocols and algorithms used by timed,
the network time synchronization daemon.
<h3>AMD - The 4.4BSD Automounter</h3>
Automatically mounting file systems on demand.
<h3>Installation and Operation of UUCP</h3>
Describes the implementation of uucp; for the installer and administrator.
<h3>A Dial-Up Network of UNIX Systems</h3>
Describes UUCP, a program for communicating files between UNIX systems.
<h3>On the Security of UNIX</h3>
Hints on how to break UNIX, and how to avoid your system being broken.
<h3>Password Security - A Case History</h3>
How the bad guys used to be able to break the password algorithm, and why
they cannot now (at least not so easily).
<h3>Networking Implementation Notes, 4.4BSD Edition</h3>
A concise description of the system interfaces used within the
networking subsystem.
<h3>The PERL Programming Language</h3>
The Practical Extraction and Report Language is ideal for
writing those pesky administration scripts.
<hr>
<a href=docum.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
<a href="mailto:[email protected]">[email protected]</a>
<br><small>$OpenBSD: 4.4-smm.html,v 1.6 2004/02/13 07:49:52 david Exp $</small>
</body>
</html>