标签:linux运行级别
[root@oldboyedu-36 ~ ]# tail /etc/inittab #Default runlevel. The runlevels used are: #0 - halt (Do NOT set initdefault to this)----关机,不要设置默认的级别为0 #1 - Single user mode-------单用户模式 #2 - Multiuser, without NFS (The same as 3, if you do not have networking)---Multiuser(多用户),如果 不需要网络,且不需要NFS。NFS(网络文件系统(Network File System)),它同运行级别3。 #3 - Full multiuser mode---(Full multiuser mode纯文本模式) #4 - unused----还没使用的。 #5 - X11-----图形化模式 #6 - reboot (Do NOT set initdefault to this)----重启状态。
标签:linux运行级别
原文地址:http://dakaige517.blog.51cto.com/11912621/1920839