CentOS6安装图形界面
[root@centos6~]# yum -y install xorg*
[root@centos6 ~]# yum -y groupinstall “X Window System”
[root@centos6 ~]# yum -y groupinstall Desktop
[root@centos6 ~]# yum -y groupinstall “Chinese Support”
startx 或使用 init 5
如果想开机自动启动图形化桌面,则需要更改/etc/inittab文件中的默认启动级别为5即可
CentOS7安装图形界面
yum groupinstall “X Window System””GNOME Desktop” kde-l10n-Chinese
systemctl get-default 查看默认的运行级别
systemctl set-default graphical.target 设置默认图形化运行级别
systemctl set-default multi-user.target 设置默认字符界面运行级别