appendix-d.html

来自「linux-unix130.linux.and.unix.ebooks130 l」· HTML 代码 · 共 1,093 行 · 第 1/4 页

HTML
1,093
字号


<HTML>

<HEAD>

<TITLE>Developer.com - Online Reference Library - 0672311739:RED HAT LINUX 2ND EDITION:appendix-d</TITLE>

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>

 -->




<!-- ISBN=0672311739 //-->

<!-- TITLE=RED HAT LINUX 2ND EDITION //-->

<!-- AUTHOR=DAVID PITTS ET AL //-->

<!-- PUBLISHER=MACMILLAN //-->

<!-- IMPRINT=SAMS PUBLISHING //-->

<!-- PUBLICATION DATE=1998 //-->

<!-- CHAPTER=appendix-d //-->

<!-- PAGES=633-652 //-->

<!-- UNASSIGNED1 //-->

<!-- UNASSIGNED2 //-->





<P><CENTER>

<a href="ewtoc.html">Table of Contents</A>

</CENTER></P>



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">





<HTML>

<HEAD>

<TITLE>developer.com - Reference Library</TITLE>







<A NAME="PAGENUM-633"><P>Page 633</P></A>



<H3>

APPENDIX D<BR>

</H3>

<H2>



Glossary



</H2>

<P>

<B>by David B. Horvath</B>

</P>



<A NAME="PAGENUM-634"><P>Page 634</P></A>







<P>This is a fairly extensive glossary of terms that are related to the UNIX environment and

their definitions. All the authors of this book contributed to this section.

</P>



<TABLE BGCOLOR="#FFFF99">

<TR><TD><B>

NOTE

</B></TD></TR>

<TR><TD>

<BLOCKQUOTE>

The language of the computer field is constantly expanding. If you cannot find a word

in this glossary, it is because it is newer than anything the authors knew about or the

authors decided is was so obvious that &quot;everyone should already know it.&quot;

</BLOCKQUOTE></TD></TR>

</TABLE></CENTER>

</P>

<PRE>

<!-- CODE  //-->

#&#151;Octothorpe.



$HOME&#151;Environment variable that points to your login directory.



$PATH&#151;Pathname environment variable.



$PATH&#151;The shell environment variable that contains a set of directories to be searched for

UNIX commands.



.1&#151;Files with this extension contain manual page entries. The actual extension can be

any value between 1 and 9 and can have an alphabetic suffix

(.3x, .7, and so on).



.ag&#151;Applixware graphics file.



.as&#151;Applixware spreadsheet file.



.aw&#151;Applixware word processing file.



.bmp&#151;Bitmap graphics file.



.c&#151;C source file.



.C&#151;C++ source file.



.cc&#151;C++ source file.



.conf&#151;Configuration file.



.cxx&#151;C++ source file.



.db&#151;Database file.



.dvi&#151;Device-independent TeX output.



.gif&#151;GIF graphics file.



.gz&#151;File compressed using the GNU gzip utility.



.h&#151;C header file.



.html&#151;HTML document.



</PRE>

<!-- END CODE //-->

<A NAME="PAGENUM-635"><P>Page 635</P></A>



<!-- CODE //-->

<PRE>

.jpg&#151;JPEG graphics file.



.m&#151;Objective C source file.



.o&#151;Compiled object file.



.p&#151;Pascal language source file.



.pbm&#151;Portable bitmap graphics file.



.pdf&#151;Adobe Acrobat file.



.ps&#151;PostScript file



.s&#151;Assembler language file.



.tar&#151;tar file.



.tgz&#151;Gzipped tar file.



.tif&#151;TIFF graphics file.



.txt&#151;Text document.



.Z&#151;File compressed using the compress command.



/&#151;Root directory.



/dev&#151;Device directory.

</PRE>

<!-- END CODE //-->



<P>/dev/null file&#151;The place to send output that you are not interested in seeing; also the

place to get input from when you have none (but the program or command requires

something). This is also known as the bit bucket (where old bits go to die).



<P>/dev/printer&#151;Socket for local print requests.





<P>/etc/cshrc file&#151;The file containing shell environment characteristics common to all users

that use the C Shell.





<P>/etc/group file&#151;This file contains information about groups, the users they contain, and

passwords required for access by other users. The password might actually be in another file,

the shadow group file, to protect it from attacks.



<P>/etc/inittab file&#151;The file that contains a list of active terminal ports for which UNIX

will issue the login prompt. This also contains a list of background processes for UNIX to

initialize. Some versions of UNIX use other files, such as

/etc/tty.



<P>/etc/motd file&#151;Message of the day file; usually contains information the system

administrator feels is important for you to know. This file is displayed when the user signs on the system.



<P>/etc/passwd file&#151;Contains user information and password. The password might actually

be in another file, the shadow password file, to protect it from attacks.

</P>



<A NAME="PAGENUM-636"><P>Page 636</P></A>





<P>/etc/profile&#151;The file containing shell environment characteristics common to all users

of the Bourne and Korn shells.



<P>/usr/local&#151;Locally developed public executables directory.



<P>/var/spool&#151;Various spool directories.



<P>[]&#151;Brackets.



<P>{}&#151;Braces.



<P>ANSI&#151;American National Standards Institute.



<P>API&#151;Application Program Interface. The specific method prescribed by a computer

operating system, application, or third-party tool by which a programmer writing an

application program can make requests of the operating system. Also known as Application

Programmer's Interface.



<P>ar&#151;Archive utility.





<P>arguments&#151;See parameters.



<P>ARPA&#151;See DARPA.



<P>ASCII&#151;American Standard Code for Information

Interchange. Used to represent characters in memory for most computers.





<P>AT&amp;T UNIX&#151;Original version of UNIX developed at AT&amp;T Bell Labs, later known as

UNIX Systems Laboratories. Many current versions of UNIX are descendants; even BSD UNIX

was derived from early AT&amp;T UNIX.



<P>attribute&#151;The means of describing objects. The attributes for a ball might be rubber, red,

3 cm in diameter. The behavior of the ball might be how high it bounces when thrown.

Attribute is another name for the data contained within an object (class).



<P>awk&#151;Programming language developed by A.V. Aho, P.J. Weinberger, and Brian W.

Kernighan. The language is built on C syntax, includes the regular expression search facilities of

grep, and adds in the advanced string and array handling features that are missing from the C

language. nawk, gawk, and POSIX awk are versions of this language.



<P>background&#151;Processes usually running at a lower priority and with their input

disconnected from the interactive session. Any input and output are usually directed to a file or other <BR>

process.



<P>background process&#151;An autonomous process that runs under UNIX without requiring

user interaction.



<P>backup&#151;The process of storing the UNIX system, applications, and data files on

removable media for future retrieval.

</P>



<A NAME="PAGENUM-637"><P>Page 637</P></A>





<P>bash&#151;Stands for GNU Bourne Again Shell and is based on the Bourne shell,

sh, the original command interpreter.



<P>biff&#151;Background mail notification utility.



<P>bison&#151;GNU parser generator (yacc replacement).



<P>block-special&#151;A device file that is used to communicate with a block-oriented I/O

device. Disk and tape drives are examples of block devices. The block-special file refers to the

entire device. You should not use this file unless you want to ignore the directory structure of

the device (that is, if you are coding a device driver).



<P>boot or boot up&#151;The process of starting the operating system (UNIX).



<P>Bourne shell&#151;The original standard user interface to UNIX that supported limited

programming capability.



<P>BSD&#151;Berkeley Software Distribution.



<P>BSD UNIX&#151;Version of UNIX developed by Berkeley Software Distribution and written

at University of California, Berkeley.



<P>bug&#151;An undocumented program feature.



<P>C&#151;Programming language developed by Brian W. Kernighan and Dennis M. Ritchie. The

C language is highly portable and available on many platforms including mainframes, PCs,

and, of course, UNIX systems.



⌨️ 快捷键说明

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