UNIX实用教程
内容提要 :
UNIX操作系统已成为产业界,政府和教育部门的标准计算机操作系统。本书旨在提供给每位想掌握UNIX运作技能的读者一本简明而实用的教材。全书分为8个部分,33章。第1部分:引论;第2部分:UNIX文件系统;第3部分:UNIX SHELL;第4部分:文本编辑器;第5部分:UNIX连网(网络环境下使用UNIX);第6部分:初建文件系统;第7部分:SHELL编程;第8部分:UNIX环境下编程。
目录 :
1,Introduction to UNIX
2,Your UNIX Account 3,Tutorial:Getting started 4,Tutorial:Getting started with mofit 5,Tutorial:Getting Started with CDE 6,UNIX File system 7,Tutorial:working with files 8,Tutorial:working with Directories 9,Tutorial:using file Manager 10,UNIX Shell 11,Tutorial:working with the shell 12,text editors 13,Tutorial:Editing with vi 14,Tutorial:Editing with emacs 15,Tutorial:Editing with pico 16,Tutorial:Editing wiht text editor 17,UNIX Networking 18,Tutorial:Using mail and mailx 19,Tutorial:Processing Mail with pine 20,Tutorial:Processing mail with mailer 21,Tutorial:logging in remotely 22,Tutorial:transferring files 23,Tutorial:reading the news 24,Tutorial:browsing the WWW 25,Startup files 26,Tutorial:using sh or ksh startuip files 27,Tutorial:using csh startup files 28,Shell scripts 29,Tutorial:creating shell scripts 30,Programming under UNIX 31,Tutorial:Programming in c 32,Tutorial:programming in fortran 33,Tutorial:Programming in pascal A,Taming your terminal B,The UNIX manual C,Starting X and motif D,Access privileges E,write and talk F,Using dbx G,Maintaining programs with make 前言:
What is UNIX?
Mention computers, and most people tend to think of computer hardware-the physical device, consisting of circuit boards, a central processing unit (CPU), memory chips, and so on. Equally important. however, is the software-the programs that tell the hardware what to do. Without software, a computer is just a box with wires attached to it.
An operating system is an important kind of software that manages the resources of the computer. You might think of the operating system as the master control program for the ..
|