Server&Network/Capston

Centos8 cli모드 진입

하즈시 2020. 9. 24. 14:21
728x90

현재 부팅 모드 확인

systemctl get-default

 

 

GUI 모드

systemctl set-default graphical.target

 

CLI 모드

systemctl set-default multi-user.target

 

당장 재부팅

 

sudo shutdown -r now

 

당장 종료 

 

shutdown -h now 

728x90