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
- 리눅스 서버 보안
- Linux
- 보안취약점조치
- 리눅스
- 보안 취약점 조치
- RHEL7
- Cent OS7.8
- Virtual Box
- yum remove
- 리눅스 서버 보안취약점
- ubuntu
- 서버 보안취약점 조치
- 서버 보안
- 리눅스 파일 시스템
- centos보안
- 보안취약점
- 서버보안
- 리눅스 서버보안
- 가상머신
- vi /etc/pam.d/system-auth
- 서비스관리
- RHCSA
- 그룹삭제
- FDISK
- CentOS
- 계정관리
- 보안취약점 조치
- centOS7.8
- 리눅스보안
- 리눅스 보안
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