scottlang
linux GUI 설치nux GUI 설치 본문
728x90
yum groupinstall "GNOME Desktop" "Graphical Administration Tools"
systemctl set-default graphical.target
systemctl set-default multi-user.target
* cat /etc/inittab ( runlevel 설정 파일 )
* ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
( runlevel 5로 변경 )
* systemctl get-default ( 현재 runlevel 확인 )
* reboot / init 6 ( 시스템 재부팅 )
'Linux' 카테고리의 다른 글
Linux single mode (0) | 2021.06.29 |
---|---|
Centos 8 Yum repository DVD (0) | 2021.05.14 |
Ubuntu not boot UEFI (0) | 2020.11.24 |
NIC PORT 순서 변경 (0) | 2020.11.06 |
DPDK 설치 (0) | 2020.10.27 |
Comments