书籍详情
《UNIX教程》[47M]百度网盘|亲测有效|pdf下载
  • UNIX教程

  • 出版社:机械工业出版社自营官方旗舰店
  • 出版时间:2006-01
  • 热度:11109
  • 上架时间:2024-06-30 09:08:33
  • 价格:0.0
书籍下载
书籍预览
免责声明

本站支持尊重有效期内的版权/著作权,所有的资源均来自于互联网网友分享或网盘资源,一旦发现资源涉及侵权,将立即删除。希望所有用户一同监督并反馈问题,如有侵权请联系站长或发送邮件到ebook666@outlook.com,本站将立马改正

内容介绍

内容简介

  本书既适合于UNIX初学者,也适合于需要详细参考内容的UNIX高级用户。在引导读者学习进程、文件存储以及I/O管理等操作系统功能的同时,本书将深入阐述如何以及为什么在UNIX环境下工作。
  本书的主要特点
  ·简明而精心设计的章节内容,主要反映在精练的相关主题、精彩示例,以及帮助读者加强对复杂概念理解和掌握的章节练习上。
  ·独特的组织结构,帮助初学者通过掌握UNIX应用程序用户接口,从而增强对操作系统基本原理的理解。
  ·涵盖了UNIX软件开发工具以及速查向导,为新手和富有经验的程序员带来便利。
  ·用图文并茂的方式描述UNIX的命令和概念,加深读者对深奥概念和主题的理解。
  第2版新增的内容
  ·本书开篇的“UNIX快速入门”一章,使读者快速掌握在UNIX下工作的基本方法。
  ·关于图形化Emacs编辑器的内容,并用全新的一节详细介绍基于IMAP和POP3的UNIX电子邮件软件--图形化Kmail。
  ·加强了对进程属性和UNIX进程层次结构的说明。
  ·增加了一些新命令,如host、dig、ssh (安全Shell) 、scp和sftp。
  ·编译C++和Java程序的相关资料 (第20章) 。
  ·完全更新了第21章,包括XFree86、fvwm2、如何使用xconfigurator修改X Window系统的默认设定、如何安装UNIX包,以及介绍Mac OS X UNIX和Aqua GUI。
  ·第8章中目录的访问权限,以及第12章中的UNIX FIFO。
  ·实验室手册 (Lab Manual) 包含课上的实验室练习和问题,以及大量的实验练习和家庭作业,用于加深读者对本书内容的理解。

目录

Preface
Acknowledgments
Chapter 0 A "Quick Sctrt" into the UNIX Operating System
0.1 Introduction
0.2 The Suucture of a UNIX Command
0.3 Logging On and Logging Off
0.3.1 Connecting via a UNIX Terminal
0.3.2 Connecting via PuTTv on a Microsoft Windows Machine
0.3.3 Connecting via a Telnet Client on a Microsoft Wmdows Madfine
0.4 File Maintenance Commands and Help on UNIX Command Usage
0.4.1 File and Directory Structure
0.4.2 Viewing the Contents of Files
0.4.3 Creating, Deleting and Managing Files
0.4.4 Creating, Deleting, and Managing Directories
0.4.5 Obtaining Help with the man Command
0.4.6 Other Methods of Obtaining Help
0.5 Utility Commands
0.5.1 Examimning System Setups
0.5.2 Printing and General Utility Commands
0.5.3 Communications Command
0.6 Command Aliases
Summary
Problems
Chapter I Overview of Operating Systems
1.1 Introduction
1.2 What h an Operating System?.
1.3 Operating System Services
1.4 Character venus Graphical User Interfaces
1.5 Types of Operating Systems
1.6 The UNIX Family
Summary
Problems
Chapter 2 Brief History of the UNIX Operating System
2.1 Introduction
2.2 The Development of the UNIX Operating System
2.2.1 Beginnings
2.2.2 Research Operating System
2.2.3 AT&T System V
2.2.4 Berkeley Software Distributions
2,2.5 The History of Shells
2.2.6 Current and Future Developments-LINUX
2.3 Variations in UNIX Systems
2.4 Web Resources
Summary
Problems
Chapter 3 Getting Started
3.1 Introduction
3.2 Computer System Software
3.2.1 Main/Primary Storage
3.2.2 Central Processing Unit (CPU)
3.2.3 Disk
3.2.4 Bus
3.2.5 I/O Devices
3.3 UNIX Software Architecture
3.3.1 Device Driver Layer
3.3.2 The UNIX Kernel
3.3.3 The System Call Interface
3.3.4 Language Libraries
3.3.5 UNIX Shell
3.3.6 Applications
3.4 Losging On and Logging Off
3.5 Correcting Mistakes
3.6 Some Important System Setups
Summary
Problems
Chapter 4 UNIX Shells
4.1 Introduction
4.2 Various UNIX Shells
4.2.1 Shell Programs
4.2.2 Which Shell Suits Your Needs?
4.2.3 Ways to Change Your Shell
4.2.4 Shell Start-up Files and Environnfent Variables
……