红联Linux门户
Linux帮助

关于LINUX启动级别的介绍与解释

发布时间:2006-11-01 16:23:40来源:红联作者:flycocoon
编辑/etc/inittab文件,选高级编辑器打开该文件,看到如下内容:

#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#
# Author: Miquel van Smoorenburg,
# Modified for RHS Linux by Marc Ewing and Donnie Barnes
#
# 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:

将最后一行的5改成3,就能让系统不在图形下登陆,对其它几个数字我也作一下介绍:

0:停机(不要设置为启动默认级别)
1:单用户模式
2:多用户,无NFS(如果您没有配置网络,该级别与3一样)
3:完全多用户模式
4:不使用
5:X11图形模式
6:重启(不要设置为启动默认级别)
文章评论

共有 1 条评论

  1. ztonline 于 2006-11-01 17:07:40发表:

    路过学习,感谢分享