首页 > 系统服务 > 详细

linux运行级别

时间:2016-11-07 02:06:24      阅读:216      评论:0      收藏:0      [点我收藏+]

linux运行级别就是系统当前的功能级别,级别不同,功能不同。

1.查看当前的运行级别

runlevel

2.各个级别介绍

vi /etc/inittab
# Default runlevel. The runlevels used 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:3:initdefault:

0:关机

1:单用户模式

2:多用户但是没有NFS

3:多用户

4:保留

5:x11(图形界面)

6:重启

linux运行级别

原文:http://www.cnblogs.com/AITlove/p/6036651.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!