在linux图形界面中,按 “Alt+Ctrl+F1”,进入命令行界面. 切换到root用户 # vi /etc/inittab 找到下面的语句: # Default runlevel. The runlevels used by RHS are: # 1 – Single user mode –单用户模式 #2 – Multiuser, without NFS (The same as 3, if you do not havenetworking) –多用户模式,不支持NFS #
Linux下的 /etc/inittab 中的英文解释: This file describes how the INIT process should set up the system in a certain run-level.The inittab file describes which processes are started at bootup and during normal operation. 通俗的说就是控制Linux启动时的一些程序及级别. run-lev
(1)具体操作 #vi /etc/inittab –编辑/etc/inittab文件 找到下面语句: # Default runlevel. The runlevels used by RHS are: # 0 – halt (Do NOT set initdefault to this) –停机 # 1 – Single user mode –单用户模式 # 2 – Multiuser, without NFS (The same