1 / 10

Turbolinux 用户基础 课程内容

Turbolinux 用户基础 课程内容. 第一章 什么是 LINUX 第二章 安装 TURBOLINUX 第三章 TURBOLINUX 工具 第四章 X 配置及疑难解答 第五章 运行级别与故障排除 第六章 文件系统基础 第七章 SHELL 使用指南 第八章 SHELL 进程与脚本 第九章 文档编辑工具 第十章 TURBOLINUX 应用程序. 第五章 运行级别与故障排除. 主要内容:. 引导系统 修改运行级别,关闭或重启系统 控制在系统启动时运行哪些后台程序. 5.1 引导过程( LILO). 计算机加电后运行 BIOS

coye
Download Presentation

Turbolinux 用户基础 课程内容

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Turbolinux用户基础 课程内容 • 第一章 什么是LINUX • 第二章安装TURBOLINUX • 第三章TURBOLINUX工具 • 第四章 X配置及疑难解答 • 第五章 运行级别与故障排除 • 第六章文件系统基础 • 第七章SHELL使用指南 • 第八章SHELL进程与脚本 • 第九章文档编辑工具 • 第十章TURBOLINUX应用程序

  2. 第五章 运行级别与故障排除 主要内容: • 引导系统 • 修改运行级别,关闭或重启系统 • 控制在系统启动时运行哪些后台程序

  3. 5.1 引导过程(LILO) • 计算机加电后运行BIOS • BIOS从设备的主引导扇区装载LILO • 引导程序LILO将内核装入内存 • 内核:初始物理设备、虚拟内存控制器和进程、文件等的内部控制表 • 进程0(Kernel):创建所有其他所需的系统级进程 • 进程1(init):剩余的初始化操作

  4. 标准的lilo.conf • /etc/lilo.conf • (要查看熟悉其内容) • 修改lilo.conf后要运行lilo或lilo –v命令来更新主引导扇区 • 启动方法: • 自动(从主引导扇区装载LILO) • boot: (若为多系统,按Tab键查看并输入相应的操作系统) • A:>loadlin (在DOS下引导Linux)

  5. 启动流控制 • 守护进程daemon • 如何查看进程?

  6. 5.2 运行级别 • /etc/inittab

  7. 改变运行级别 • init 0 ~ init 6 • init s 或 init S 单用户模式 • init q 或 init Q 为当前运行级别重读入inittab文件 • 关闭系统 • shutdown –t 3 1 –k Hello all • shutdown –r 1 • shutdown –h 0 • 维护模式

  8. 虚拟控制台 • Ctrl + Alt + F1~F6 进入控制台1~6(tty1~tty6) • Ctrl + Alt + F7 进入X会话 • 在虚拟控制台1~6之间切换时可用:Alt + F1~F6 • 切换到X时可用:Alt + F7 • 从X切换到虚拟控制台1~6时必须用:Ctrl+Alt+F1~F6

  9. 5.3 INITTAB文件 • /etc/inittab的结构 • id : level : action : process • (四个域,用冒号分开)

  10. 5.4 系统初始化 • 电源开启 • 引导设备 • kernel • init程序 • 启动脚本程序 • /etc/rc.d/rc.sysinit • /etc/rc.d/rc • 系统服务控制 • chkconfig, turboservice, ksysv

More Related