1. 호스트명 확인

# hostname




2. 호스트명 변경

i. hostname 호스트명


- 세션에 저장될 뿐이므로 reboot하면 초기화 된다.



ii. (Centos6) vi /etc/sysconfig/network 에서 HOSTNAME 변경


 - ssh 세션 재접속해야 변경된 값이 보인다.


iii. (Centos7) hostnamectl set-hostname 호스트명


 - 바로 적용된다.

+ Recent posts