/********************************************************************************************
-- Title : [Lnx] CentOS 호스트명 확인 및 변경 & 버전 확인
-- Reference : duddns.springnote.com
-- Key word : hostname version 리눅스 버전 hostname host name 호스트 이름 호스트명
********************************************************************************************/
■ host name 확인
# hostname
# cat /etc/hostname
■ /etc/hosts 변경
127.0.0.1 <new_hostname> localhost.localdomain localhost
■ hostname 변경(on CentOS-6)
HOSTNAME={newhostname} <-- 요기 변경
■ hostname 변경(on CentOS-7)
# hostnamectl set-hostname {newhostname}
■ hostname 바로 작용
■ 버전 확인
LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: #CentOS
Description: #CentOS release 5.3 (Final)
Release: 5.3
Codename: Final
centos-release-6-5.el6.centos.11.1.x86_64
CentOS release 6.5 (Final)