Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- FDISK
- ubuntu
- 리눅스 서버 보안
- RHCSA
- 서버 보안
- 계정관리
- vi /etc/pam.d/system-auth
- 리눅스
- 리눅스 서버보안
- 그룹삭제
- 서버보안
- 리눅스보안
- 가상머신
- centOS7.8
- 보안 취약점 조치
- 서비스관리
- 리눅스 보안
- 리눅스 파일 시스템
- Linux
- 서버 보안취약점 조치
- RHEL7
- 보안취약점
- Virtual Box
- Cent OS7.8
- centos보안
- CentOS
- 보안취약점조치
- yum remove
- 보안취약점 조치
- 리눅스 서버 보안취약점
Archives
- Today
- Total
엔지니어 은성의 성장록
[유저모드변경]CentOS8 GUI - CUI 전환 & 사용자모드 변경 본문
//현재 설정된 default 값 확인
# systemctl get-default
//multi-user모드로 설정, 텍스트 모드(1)
# systemctl set-default multi-user.target
//GUI 그래픽 유저 인터페이스(2)
# systemctl set-default graphical.target
//reboot 모드 전환 적용
# reboot
Comments