Recent Posts
Recent Comments
Link
«   2025/09   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Archives
Today
Total
관리 메뉴

scottlang

linux GUI 설치nux GUI 설치 본문

Linux

linux GUI 설치nux GUI 설치

Scottlang 2021. 3. 18. 17:22
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