GUI install gnome on centos yum groupinstall "GNOME Desktop" -y | systemctl set-default graphical.target

yum group list
...
GNOME Desktop
...

yum groupinstall "GNOME Desktop" -y

[root@centos7 ~]# systemctl set-default graphical.target
Removed symlink /etc/systemd/system/default.target.
Created symlink from /etc/systemd/system/default.target to /usr/lib/systemd/system/graphical.target.

[root@centos7 ~]# systemctl get-default
graphical.target
to start GUI immediately:

[root@centos7 ~]# systemctl isolate graphical.target


Comments

Popular posts from this blog

HAproxy logging

tomcat catalina coyote jasper cluster

NFS mount add in fstab _netdev instead of default | firewall-cmd --list-all