Linux 系统管理技术手册(第二版)(英文版)

分类: 图书,计算机/网络,操作系统/系统开发,LINUX ,
作者: (美)内梅斯(Nemeth,E.),(美)斯奈德(Snyder,G.),(美)海因(Hein,T.R.)著
出 版 社: 人民邮电出版社
出版时间: 2007-10-1字数: 1341000版次: 1页数: 1000印刷时间: 2007/10/01开本:印次:纸张: 胶版纸I S B N : 9787115164810包装: 平装内容简介
《Linux系统管理技术手册(第二版)》(LAHv2)延续了该书第一版(LAH)以及《UNlX系统管理技术手册》(LISAFl)的讲解风格,以当前主流的5种Linux发行版本(Red Hat ES、SuSE、Debian、Fedora Core和Ubuntu)为例,把Linu×系统管理技术分为三个方面分别介绍。第一部分“基本管理技术”全面介绍了运行单机Linux系统涉及的各种管理知识和技术,如系统引导和关机、进程控制、文件系统管理、用户管理、设备管理、系统备份、软件配置以及cron和系统日志的管理使用等。第二部分“网络管理技术”从详细讲解TCP/IP协议基本原理开始,深入讨论了网络的两大基本应用——域名系统和路由技术,然后逐章讲解Linux上的各种Intemet关键应用,如电子邮件、NFS、文件共享、Web托管和Intemet服务,在这部分里还有专门的章节介绍网络硬件、网络管理与调试以及系统安全。第三部分“其他管理技术”包括了多种不容忽视的重要主题:X Wi rldow系统、打印系统、系统维护与环境、性能分析、与Wit‘idows系统的协作、串行设备、操作系统驱动程序和内核、系统守护进程以及政策与行政管理方面的知识等。本书的几位作者是分别来自学术界、企业界以及职业培训领域的Li nLJx/LJNIx系统管理专家,这使得本书从第1版开始,即成为全面、深入而且颇富实用性的Linux系统管理权威参考书。本书适合于从Linux初学者到具有丰富经验的Linux专业技术人员使用。
目录
SECTION ONE: BASIC ADMINISTRATION
CHAPTER 1 WHERE TO START
Suggested background
Linux's relationship to UNIX
Linux in historical context
Linux distributions
So what's the best distribution?
Distribution-specific administration tools
Notation and typographical conventions
Svstem-specific information
Where to go for information
Organization of the man pages
man: read manual pages
Other sources of Linux information
How to fmd and install software
Essential tasks of the system administrator
Adding, removing, and managing user accounts
Adding and removing hardware
Performing backups
Installing and upgrading software
Monitoring the system
Troubleshooting
Maintaining local documentation
Vigilantly monitoring security
Helping users
System administration under duress
System Administration Personality Syndrome
Recommended reading
Exercises
CHAPTER 2 BOOTING AND SHU'ITING DOWN
Bootstrapping
Automatic and manual booting
Steps in the boot process
Kernel initialization
Hardware configuration
Kernel threads
Operator intervention (manual boot only)
Execution ofstartup scripts
Multiuser operation
Booting PCs
Using boot loaders: LILO and GRUB
GRUB: The GRand Unified Boot loader
LILO: The traditional Linux boot loader
Kernel options
Multibooting on PCs
GRUB multiboot configuration
LILO multiboot configuration
Booting single-user mode
Single-user mode with GRUB
Single-user mode with LILO
Working with startup scripts
init and run levels
Red Hat and Fedora startup scripts
SUSE startup scripts
Debian and Ubuntu startup scripts
……