第一章 系统概念(System Concepts) Objectives Upon completion of this module you should be able to Match the three parts of an operating system (kernel shell and file system) to their definitions Identify the three most common shells in th
第一章
Objectives
Upon completion of this module
Match the three parts of an operating system (kernel
Identify the three most common shells in the Solaris environment
Distinguish between multitasking and multiuser
Describe the client
Define the following basic system terms: host
IP (Internet Protocol) address
操作系统的主要三个部分
UNIX操作系统是基于文件的
Kernel
Shell
File structure
Kernel 是操作系统的核心
管理系统的设备
系统程序与系统硬件之间接口
执行所有的命令
管理
Swap space(交换分区) – 系统运行时保留的一部分磁盘空间
Daemons (守护进程)– 处理特定的系统任务
shell 是用户与kernel之间的接口
操作系统的 Shells种类
Solaris系统中有三种shell
Bourne shell ($) – 这是Solaris的缺省shell
Korn shell ($) – 是Bourne shell的一个超级
C shell (%) –C shell的语法类似于C语言
Solaris环境的文件结构是分成的目录树结构
目录 (Directory) – 其他目录和文件所在处
子目录(Subdirectory) – 属于其他目录的所有目录
根目录(/)位于目录树的最顶层
/usr目录包含系统的一些命令
/opt目录包含的三方应用软件
/dev目录包含诸如磁盘
/etc目录包含系统配置文件
/export目录一般包含用于NFS共享的目录
/export/home目录包含用户的个人主目录
/kernel目录包含系统结构的kernel文件
虚拟内存操作系统——交换分区(Swap Space)
虚拟内存操作系统增大了物理内存
守护进程(Daemons)
守护进程是在后台运行的程序
系统管理的一些常见的概念
主机(Host) – 网络环境下的某台计算机系统
主机名(Host name) – 某台系统的名字
IP地址(IP address) – 网络软件用于鉴别网络中某台机器的一个数字符号
客户机(Client) – 使用网络中一个和多个服务的主机和进程
服务器(Server) – 在网络中提供一个或多个服务的主机和进程
网络(Network) – 许多机器连接在一起
Solaris有下列特性
多任务(Multitasking) – 多个进程或应用程序可以同时运行
多用户(Multiuser) – 同时可以有多个用户访问系统资源
分布处理(Distributed processing) – 通过网络使用资源