设置系统默认以字符模式运行

设置系统默认以字符模式运行,vi /etc/inittab,ide

# 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 as 3, if you do not have networking)
#   3 - Full multiuser mode
#   4 - unused
#   5 - X11
#   6 - reboot (Do NOT set initdefault to this)
#
id:5:initdefault: (id 改成3)this

注明:5是图形界面启动命令行

            3是命令行界面启动it

若是设置成命令行启动,想要进入图形界面能够执行 “startx” 命令便可class

相关文章
相关标签/搜索