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 |
Tags
- 보안취약점
- 가상머신
- Cent OS7.8
- 리눅스 서버 보안취약점
- centOS7.8
- CentOS
- ubuntu
- RHEL7
- yum remove
- RHCSA
- 계정관리
- 리눅스 서버 보안
- vi /etc/pam.d/system-auth
- 보안취약점조치
- 리눅스
- 리눅스 파일 시스템
- 보안 취약점 조치
- 리눅스 서버보안
- 리눅스보안
- 서버보안
- 서버 보안취약점 조치
- 보안취약점 조치
- 그룹삭제
- Virtual Box
- FDISK
- centos보안
- 서버 보안
- 서비스관리
- 리눅스 보안
- Linux
Archives
- Today
- Total
엔지니어 은성의 성장록
[Hostname] CentOS7 / hostname 확인, 변경하는 방법 본문
명령어 사용
▶ hostname 확인
▶ hostname 변경
hostnamectl set-hostname abc
설정 파일 이용하기 /etc/hostname
▶ hostname 확인 hostname 설정 파일은 /etc/hostname
# cat /etc/hostname
▶ hostname 변경
# vi /etc/hostname 코드 변경하고 저장하면 hostname이 변경됨
▶ 마무리 : 시스템 재부팅하면 변경사항이 적용됨
Comments