업무/sys
Centos 7 GUI 설치
sysops
2018. 9. 29. 00:31
728x90
아래 명령어로 설치가능한 GUI 확인
# yum grouplist
GUI 확인후 설치
# yum groupinstall "KDE Plasma Workspaces"
or
# yum groupinstall "GNOME Desktop"
런레별 변경 및 리부팅
# vi /etc/inittab
...
id:3:initdefault 3을 5로 변경
# reboot
끝
728x90