runlevel //显示当前运行级别
0 //重启
1 //单用户模式,相当于Windows中的安全模式,主要用于更改root密码
2 //多用户模式,但是没有NFS3
3 //完整多用户模式
4 //保留模式,无用
5 //图形界面
6 //关机
图形界面安装方法
yum grouplist //查看套件安装列表 yum groupinstall "Desktop" && "X Window System" init 5 //或是startx,可进进入图形界面
其它
LANG=en //转换语言环境为英文,zh_CN.UTF8中文
本文出自 “学无止境” 博客,请务必保留此出处http://gjlinux.blog.51cto.com/2663930/1711104
原文:http://gjlinux.blog.51cto.com/2663930/1711104