Linux引导流程
柱面,0磁头,1扇区 如图:】
进入这一步骤的目的是[通常,PID是随机分配的,但是init特殊,可以通过命令:ps -el | more 查看],Linux系统中init名义上可以说是所有进程的父进程,虽然init的PID恒为1,但它也必须向一个更高级的功能负责:PID为0的类似,添加了NFS
4-没有使用的,但可以由用户自定义
5-缺省运行级别:x11说明是图形化的多用户环境
6-重启
运行级别切换:
1.查看当前运行级别 runlevel
N代表没有切换过运行级别
S代表切换之前的运行级别
数字代表当前的运行级别
2.切换运行级别
init [0123456Ss]
或 telinit [0123456Ss]
附-同步软硬件时钟:【两个时间应该是一致的】
hwclock 显示硬件时钟
hwclock --help :其中详细的说明了同步时钟的选项
改变时间:
-s | --hctosys set the system time from the hardware clock
-w | --systohc set the hardware clock to the current system time
--set set the rtc to the time given with --date
E.g.
date MMDDhhmm
hwclock --set --date="9/23/14 16:31:05"