Upstart 启动服务
BIOS:Basic Input/Output System 基本输入/输出系统
POST:Power On self Test 自检
MBR:Master Boot Record 主引导记录
Boot loader 启动引导程序
GRUB:GRand Unified Bootloader 壮丽的统一的启动引导程序 多操作系统启动程序
Boot Sector 启动引导扇区
initrd:init ram disk 初始RAM盘
initramfs:init ram filesystem 虚拟文件系统
/bin binary 二进制代码执行文件目录,主要用于具体应用
/sbin superuser binary 系统二进制代码执行文件目录,主要用于系统管理
init 运行级别 切换运行级别。0:关机;3:完全命令行模式;5:图形界面;6:重新启动;
/rc.d run command 运行级别目录
depmod [选项] depend module 扫描系统中的模块,并写入modules.dep文件
lsmod list module 列出系统中的模块
modinfo 模块名 module information 列出单个模块的详细信息
modprobe [选项] 模块名 module probe模块探针 -f:(forcefully)强制加载模块;-r:(remove)删除某个模块;