summaryrefslogtreecommitdiff
path: root/sag-0.6.1-www/Invisible/sag-0.6/node112.html
blob: f9ef889ac7aaf00b2e8cfd937fb608cd9bf333ac (plain)
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
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!--Converted with LaTeX2HTML 96.1-h (September 30, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -->
<HTML>
<HEAD>
<TITLE>Glossary (DRAFT)</TITLE>
<META NAME="description" CONTENT="Glossary (DRAFT)">
<META NAME="keywords" CONTENT="sag">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<LINK REL=STYLESHEET HREF="sag.css">
</HEAD>
<BODY LANG="EN" >
 <A NAME="tex2html1721" HREF="node113.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="./next_motif.gif"></A> <A NAME="tex2html1719" HREF="sag.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="./up_motif.gif"></A> <A NAME="tex2html1713" HREF="node111.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="./previous_motif.gif"></A> <A NAME="tex2html1723" HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="./contents_motif.gif"></A> <A NAME="tex2html1724" HREF="node114.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="./index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME="tex2html1722" HREF="node113.html">References</A>
<B>Up:</B> <A NAME="tex2html1720" HREF="sag.html">Linux System Administrators' Guide </A>
<B> Previous:</B> <A NAME="tex2html1714" HREF="node111.html">Measuring Holes</A>
<BR> <P>
<H1><A NAME="SECTION001400000000000000000">Glossary (DRAFT)</A></H1>
<P>
<P> 
<I>
The Librarian of the Unseen University <BR> 
had unilaterally decided to aid comprehension <BR> 
by producing an Orang-utan/Human Dictionary.  <BR> 
He'd been working on it for three months.
<P>
It wasn't easy.  He'd got as far as `Oook.'
<P>
(Terry Pratchett, ``Men At Arms'') <BR> 
</I><P>
<P>
This is a short list of word definitions for concepts relating to
Linux and system administration.  The page references are to the
first or most important place where the word is used.
<P>
<DL ><DT><STRONG>ambition</STRONG>
<DD>
	The act of writing funny sentences in the hope of getting them
	into the Linux cookie file.
<P>
<DT><STRONG>application program</STRONG>
<DD> (p. <A HREF="node5.html#chapoverview"><IMG  ALIGN=BOTTOM ALT="gif" SRC="./cross_ref_motif.gif"></A>)
	Software that does something useful.  The results of using an
	application program is what the computer was bought for.  
	See also system program, operating system.
<P>
<DT><STRONG>daemon</STRONG>
<DD> A process lurking in the background, usually unnoticed, until
	something triggers it into action.  For example, the <tt>update</tt><A NAME="3232">&#160;</A>
	daemon wakes up every thirty seconds or so to flush the buffer
	cache, and the <tt>sendmail</tt><A NAME="3234">&#160;</A> daemon awakes whenever someone sends
	mail.
<P>
<DT><STRONG>file system</STRONG>
<DD> (p. <A HREF="node41.html#secfilesystems"><IMG  ALIGN=BOTTOM ALT="gif" SRC="./cross_ref_motif.gif"></A>)
	The methods and data structures that an operating 
	system uses to keep track of files on a disk or partition;
	the way the files are organized on the disk.  Also used about
	a partition or disk that is used to store the files
	or the type of the filesystem.
<P>
<DT><STRONG>glossary</STRONG>
<DD> 
	A list of words and explanations of what they do.  Not
	to be confused with a dictionary, which is also a list of
	words and explanations.
<P>
<DT><STRONG>kernel</STRONG>
<DD> (p. <A HREF="node5.html#chapoverview"><IMG  ALIGN=BOTTOM ALT="gif" SRC="./cross_ref_motif.gif"></A>)
	Part of an operating system that implements the interaction with
	hardware and the sharing of resources.  See also system program.
<P>
<DT><STRONG>operating system</STRONG>
<DD> (p. <A HREF="node5.html#chapoverview"><IMG  ALIGN=BOTTOM ALT="gif" SRC="./cross_ref_motif.gif"></A>)
	Software that shares a computer system's resources (processor,
	memory, disk space, network bandwidth, and so on) between
	users and the application programs they run.  Controls access
	to the system to provide security.  See also kernel, system program,
	application program.
<P>
<DT><STRONG>system call</STRONG>
<DD> (p. <A HREF="node5.html#chapoverview"><IMG  ALIGN=BOTTOM ALT="gif" SRC="./cross_ref_motif.gif"></A>)
	The services provided by the kernel to application programs,
	and the way in which they are invoked.  See section 2 of the
	manual pages.
<P>
<DT><STRONG>system program</STRONG>
<DD>  (p. <A HREF="node5.html#chapoverview"><IMG  ALIGN=BOTTOM ALT="gif" SRC="./cross_ref_motif.gif"></A>)
	Programs that implement high level functionality of an operating
	system, i.e., things that aren't directly dependent on the
	hardware.  May sometimes require special privileges to run
	(e.g., for delivering electronic mail), but often just commonly
	thought of as part of the system (e.g., a compiler).  See also
	application program, kernel, operating system.
<P>
</DL>
<P>
<HR><A NAME="tex2html1721" HREF="node113.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="./next_motif.gif"></A> <A NAME="tex2html1719" HREF="sag.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="./up_motif.gif"></A> <A NAME="tex2html1713" HREF="node111.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="./previous_motif.gif"></A> <A NAME="tex2html1723" HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="./contents_motif.gif"></A> <A NAME="tex2html1724" HREF="node114.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="./index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME="tex2html1722" HREF="node113.html">References</A>
<B>Up:</B> <A NAME="tex2html1720" HREF="sag.html">Linux System Administrators' Guide </A>
<B> Previous:</B> <A NAME="tex2html1714" HREF="node111.html">Measuring Holes</A>
<P><ADDRESS>
<I>Lars Wirzenius <BR>
Sat Nov 15 02:32:11 EET 1997</I>
</ADDRESS>
</BODY>
</HTML>