⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 node106.html

📁 linux管理操作指南!大家看看就知道!很不错的!无解压密码!
💻 HTML
字号:
<!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" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/sag.css">
</HEAD>
<BODY LANG="EN" >
 <A NAME="tex2html1626" HREF="node107.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node107.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="next_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/next_motif.gif"></A> <A NAME="tex2html1624" HREF="sag.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/sag.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="up_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/up_motif.gif"></A> <A NAME="tex2html1618" HREF="node105.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node105.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="previous_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/previous_motif.gif"></A> <A NAME="tex2html1628" HREF="node1.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="contents_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/contents_motif.gif"></A> <A NAME="tex2html1629" HREF="node108.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node108.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="index_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME="tex2html1627" HREF="node107.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node107.html">References</A>
<B>Up:</B> <A NAME="tex2html1625" HREF="sag.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/sag.html">Linux System Administrators' Guide </A>
<B> Previous:</B> <A NAME="tex2html1619" HREF="node105.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node105.html">Measuring Holes</A>
<BR> <P>
<H1><A NAME="SECTION001300000000000000000">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" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node5.html#chapoverview"><IMG  ALIGN=BOTTOM ALT="gif" SRC="cross_ref_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/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="2876">&#160;</A>
	daemon wakes up every thirty seconds or so to flush the buffer
	cache, and the <tt>sendmail</tt><A NAME="2878">&#160;</A> daemon awakes whenever someone sends
	mail.
<P>
<DT><STRONG>file system</STRONG>
<DD> (p. <A HREF="node41.html#secfilesystems" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node41.html#secfilesystems"><IMG  ALIGN=BOTTOM ALT="gif" SRC="cross_ref_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/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" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node5.html#chapoverview"><IMG  ALIGN=BOTTOM ALT="gif" SRC="cross_ref_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/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" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node5.html#chapoverview"><IMG  ALIGN=BOTTOM ALT="gif" SRC="cross_ref_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/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" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node5.html#chapoverview"><IMG  ALIGN=BOTTOM ALT="gif" SRC="cross_ref_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/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" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node5.html#chapoverview"><IMG  ALIGN=BOTTOM ALT="gif" SRC="cross_ref_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/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="tex2html1626" HREF="node107.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node107.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="next_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/next_motif.gif"></A> <A NAME="tex2html1624" HREF="sag.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/sag.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="up_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/up_motif.gif"></A> <A NAME="tex2html1618" HREF="node105.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node105.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="previous_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/previous_motif.gif"></A> <A NAME="tex2html1628" HREF="node1.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="contents_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/contents_motif.gif"></A> <A NAME="tex2html1629" HREF="node108.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node108.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="index_motif.gif" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME="tex2html1627" HREF="node107.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node107.html">References</A>
<B>Up:</B> <A NAME="tex2html1625" HREF="sag.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/sag.html">Linux System Administrators' Guide </A>
<B> Previous:</B> <A NAME="tex2html1619" HREF="node105.html" tppabs="http://linux.ccpi.gov.cn/Linux/linuxadmin/node105.html">Measuring Holes</A>
<P><ADDRESS>
<I>Lars Wirzenius <BR>
Sun Jun 29 13:31:22 EEST 1997</I>
</ADDRESS>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -