리눅스(CentOS,RHEL)에서 호스트네임(Hostname) 변경
[root@centos8 ~]# hostname centos8 [root@centos8 ~]# hostname test [root@centos8 ~]# hostname test [root@centos8 ~]# |
[root@centos7 ~]# vi /etc/sysconfig/network HOSTNAME=centos7 [root@centos7 ~] |
[root@centos8 ~]# hostnamectl set-hostname test [root@centos8 ~]# hostname test [root@centos8 ~]# |
호스트네임 영구적 변경 후, 콘솔이나 세션 재접속 하면 변경완료, 서버 재부팅 추천!
정보가 도움이 되었으면 아래 [♡공감] 버튼 한번 눌러주세요^^
리눅스(CentOS,RHEL)등에서 Selinux 설정 해제하기 (Disabled) (0) | 2016.07.15 |
---|---|
리눅스(CentOS, RHEL)등에서 특정일이 지난 로그파일 삭제 방법 (0) | 2016.05.30 |
리눅스 SSH서비스 포트 변경하기 (0) | 2009.03.06 |
리눅스에서 시간 변경하기 (0) | 2009.03.06 |
리눅스에서 telnet서버 열기 (1) | 2009.02.09 |
리눅스 root암호 잃어버렸을 때, 변경하는 방법 (0) | 2009.01.05 |
Script 명령어로 로그 남기기 (0) | 2008.12.30 |
MOTD (Message of the day) (0) | 2008.11.12 |
uname (시스템 정보를 출력하는 명령어) (0) | 2008.11.10 |
which (명령어 경로를 확인하는 명령어) (0) | 2008.11.10 |