Day 9
作者:翟玉龙
归档:预习笔记
2019/0311
快捷键:
Ctrl + 1 标题1
Ctrl + 2 标题2
Ctrl + 3 标题3
Ctrl + 4 实例
Ctrl + 5 程序代码
Ctrl + 6 正文
格式说明:
蓝色字体:注释
黄色背景:重要
绿色背景:注意
老男孩教育教学核心思想6重:重目标、重思路、重方法、重实践、重习惯、重总结
联系方式:
网站运维QQ交流群:
Linux 385168604架构师390642196
Python 29215534大数据421358633
官方网站:
目录
学无止境,老男孩教育成就你人生的起点!............................................................ 1
[if !supportLists]第1章 [endif]
[if !supportLists]1.1[endif]Find / -type f -name “xxxxx”查找文件 针对目录
针对文件
[if !vml]
[endif]
[if !vml]
[endif]
[if !vml]
[endif]
[if !supportLists]1.2[endif]> >> 和< <<
[if !vml]
[endif]
[if !vml]
[endif]
[if !supportLists]第2章 [endif]Centos 6启动流程
[if !supportLists]a. [endif]开机进行BIOS自检
[if !supportLists]b. [endif]读MBR引导
[if !supportLists]c. [endif]加载GRUB界面
[if !supportLists]d. [endif]加载内核
[if !supportLists]e. [endif]启动INIT程序
[if !supportLists]f. [endif]设定系统运行级别
[if !supportLists]g. [endif]系统初始化
[if !supportLists]h. [endif]根据系统运行级别启动对应级别的启动脚本
[if !supportLists]i. [endif]加载开机自启动程序
[if !supportLists]j. [endif]显示用户登录界面
[if !supportLists]第3章 [endif]Centos7启动流程
a.开机进行BIOS自检
b.读MBR引导
c.加载GRUB界面
d.加载内核
e.启动systemd程序
f.读取系统运行级别
g.系统初始化
h.并行启动各种服务
i.显示用户登录界面