登录后没有弹窗广告,广告是为了发展.如果您在未注册情况下浏览书部落弹出了广告,感谢您对书部落运营的支持
游客: 注册 | 登录 | 统计 | 赚部落币! | 论坛规则简介(必看) | 上传书籍必看| C/C++学习小组| | WINDOWS编程学习小组|
= 论坛导航 = 站务交流 · 新闻与评论 · 找书·评书·荐书 人生故事·心得分享 学习经验·答疑解惑 精华
[电子书分享专区] WEB开发与程序设计 ·C/C++电子书 ·JAVA电子书 ·.NET相关 ·汇编语言 ·PHP电子书 ·ASP电子书 ·JSP电子书 · 嵌入式开发 ·游戏编程 黑客|病毒|破解 ·Ruby·Ajax·XML·CSS·Python等脚本语言                              ·操作系统 ·LINUX电子书 ·UNINX电子书 ·WINDOWS电子书 ·数据库 ·Oracle ·MYSQL ·SQL Server ·等....                  注:书籍分享区仅限书籍分享,下面有代码分享区,希望大家注意区分
[程序源代码分享区] Windows程序(C/C++/VC++) ·界面编程 ·桌面应用 ·文件操作 · shell编程 ·钩子(HOOK) ·Win32API ·COM编程 ·进程与线程 ·驱动编程 ·WinSock ·LINUX程序代码 ·JAVA程序 ·.NET编程 ·书籍源码 ·等....
[ 技术文摘分享区] 文摘分享区旨在搜集网上的专业文献,希望你也能来添砖加瓦,添加文章有部落币奖励
程序设计与WEB开发电子书目录◇◆□ 专题推荐:JAVA电子书下载◇◆□ C程序设计之四书五经_电子书下载◇◆□ C++学习推荐书目◇◆□ C#经典书籍◇◆□ JAVA编程思想专题◇◆□ C++ Primer
↑请善于搜索-“搜商”是21世纪您成功的关键因素



 
标题: UNIX PROGRAMMER’S MANUAL
  本主题由 shubulo 于 2008-1-8 00:46 移动 
Klein_Hu
初级程序员
Rank: 2



UID 44075
精华 0
积分 8
帖子 15
威望 8
部落币 199
代码量 0
阅读权限 20
注册 2007-9-12
状态 离线
发表于 2008-1-4 10:34  资料 短消息 

UNIX PROGRAMMER’S MANUAL

计算机书,还是看英文的好

不是扫描版本,所以很小。


INTRODUCTION
This manual gives complete descriptions of all the publicly available features of UNIX. It provides neither a general overview (see The UNIX Time-sharing System for that) nor details of the implementation of the system (which remain to be disclosed).

Within the area it surveys, this manual attempts to be as complete and timely as possible. A conscious decision was made to describe each program in exactly the state it was in at the time its manual section was prepared. In particular, the desire to describe something as it should be, not as it is, was resisted. Inevitably, this means that many sections will soon be out of date. (The rate of change of the system is so great that a dismayingly large number of early sections had to be modified while the rest were being written. The unbounded effort required to stay up-to-date is best indicated by the fact that several of the programs described were written specifically to aid in preparation of this manual.)

This manual is divided into seven sections:


I. Commands

II. System calls

III. Subroutines

IV. Special files

V. File formats

VI. User-maintained programs

VII. Miscellaneous


Commands are programs intended to be invoked directly by the user, in contradistinction to subroutines, which are intended to be called by the user''''s programs. Commands generally reside in directory bin (for binary programs). This directory is searched automatically by the command line interpreter. Some programs classified as commands are located elsewhere; this fact is indicated in the appropriate sections.

System calls are entries into the UNIX supervisor. In assembly language, they are coded with the use of the opcode sys, a synonym for the trap instruction.

The special files section discusses the characteristics of each system file which actually refers to an I/O device.

The file formats section documents the structure of particular kinds of files; for example, the form of the output of the loader and assembler is given. Excluded are files used by only one command, for example the assembler''''s intermediate files.

User-maintained programs are not considered part of the UNIX system, and the principal reason for listing them is to indicate their existence without necessarily giving a complete description. The author should be consulted for more information.


The miscellaneous section gathers odds and ends.


Each section consists of a number of independent entries of a page or so each. The name of the entry is in the upper right corner of its pages, its preparation date in the upper left. Entries within each section are alphabetized. It was thought better to avoid page numbers, since it is hoped that the manual will be updated frequently.

All entries have a common format.


The name section repeats the entry name and gives a very short description of its purpose.


The synopsis summarizes the use of the program being described. A few conventions are used, particularly in the Commands section.
Underlined words are considered literals, and are typed just as they appear.
Square brackets ( [] ) around an argument indicate that the argument is optional. When an argument is given as name, it always refers to a file name.

Ellipses ... are used to show that the previous argument-prototype may be repeated.

A final convention is used by the commands themselves. An argument beginning with a minus sign - is often taken to mean some sort of flag argument even if it appears in a position where a file name could appear. Therefore, it is unwise to have files whose names begin with -. The description section discusses in detail the subject at hand.


The files section gives the names of files which are built into the program.

A see also section gives pointers to related information.

A diagnostics section discusses the diagnostics that may be produced. This section tends to be as terse as the diagnostics themselves.

The Bugs section gives known bugs and sometimes deficiencies. occasionally also the suggested fix is described.

The Owner section gives the name of the person or persons to be consulted in case of difficulty. The rule has been that the last one to modify something owns it, so the owner is not necessarily the author. The owner''''s initials stand for:

ken K. Thompson
dmr D. M. Ritchie
jfo J. F. Ossanna
rhm R. Morris


These three-character names also happen to be UNIX user ID''''s, so messages may be transmitted by the mail command or, if the addressee is logged in, by write.


At the beginning of this document is a table of contents, organized by section and alphabetically within each section. There is also a permuted index derived from the table of contents. Within each index entry, the title of the writeup to which it refers is followed by the appropriate section number in parentheses. This fact is important because there is considerable name duplication among the sections, arising principally from commands which exist only to exercise a particular system call.


附件: [v7vol1.pdf] v7vol1.pdf (2008-1-4 10:34, 937.7 K)
该附件被下载次数 46


附件: [v7vol2a.pdf] v7vol2a.pdf (2008-1-4 10:34, 1.21 M)
该附件被下载次数 45


附件: [v7vol2b.pdf] v7vol2b.pdf (2008-1-4 10:34, 798.91 K)
该附件被下载次数 58
如果您对本帖内容有任何质疑,或者您在阅读/下载 本帖内容时遇到困难 请在站务管理版里发帖提出。点这里进入反馈
顶部
 



Powered by Discuz! 5.0.0 © 2001-2006 著作权保护声明|网站法律顾问:ItLaw-庄毅雄律师|
Processed in 0.300969 second(s), 8 queries , Gzip enabled 1024*768
当前时区 GMT+8, 现在时间是 2008-11-20 23:47 清除 Cookies - 联系我们 - 书部落-计算机编程图书资料分享 - Archiver