下载后可任意编辑Solaris 管理培训第一章:系统概念(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 the Solaris environment Distinguish between multitasking and multiuser Describe the client-server relationship Define the following basic system terms: host, host name, network, IP (Internet Protocol) address, client, and server 操作系统的主要三个部分 UNIX 操作系统是基于文件的,操作系统的主要三个部分是: Kernel Shell File structure Kernel 是操作系统的核心,它的主要功能是: 管理系统的设备、内存、进程以及守护进程 系统程序与系统硬件之间接口 执行所有的命令 管理: Swap space(交换分区) – 系统运行时保留的一部分磁盘空间 Daemons (守护进程)– 处理特定的系统任务 shell 是用户与 kernel 之间的接口
它就像是命令的解释器或翻译器
Shell 接收你输入的命令,对你的输入作出解释,然后就将它发送给 kernel 执行
操作系统的 Shells 种类 Solaris 系统中有三种 she