프로그래밍/Linux
[CentOS 7] hostname(컴퓨터 이름) 변경
tother
2015. 5. 11. 11:15
예전 /etc/sysconfig/network 파일에 설정하는 방법은 안됨.
아래와 같이 변경하면됨.
hostname 확인 명령어
# hostname
hostname 변경 명령어
# hostnamectl set-hostname myhost