1.安装Gnome包bash
yum -y groupinstall "GNOME Desktop" "Graphical Administration Tools"
2.查看系统的运行级别ide
3.更新系统的运行级别spa
ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
4.重启get
reboot
5.安装vmtools报错it
The path " " is not a valid path to the 3.10.0-693.21.1.el7.x86_64 kernel headersio
yum install "kernel-devel-uname-r == $(uname -r)"