hostname 변경(재 시작하면 다시 원래대로 돌아감)
# hostname 확인 [root@localhost ~]# hostname localhost.localdomain # hostname 변경 [root@localhost ~]# hostname myhost # 변경된 hostname 확인 [root@localhost ~]# hostname myhost
hostname 영구 변경
#CentOS 6 [root@localhost ~]# vi /etc/sysconfig/network HOSTNAME=myhost #CentOS 7 [root@localhost ~]# hostnamectl set-hostname myhost
hostname 영구 변경 후 재 시작(접속)
영구 변경을 한 후 ssh 재 접속 시 아래 와 같이 hostname 이 변경 된 값이 보인다.
[root@myhost ~]#
'Linux' 카테고리의 다른 글
[리눅스 linux] "SELinux is preventing" 특정 디렉토리에 파일 생성이 안될때 (0) | 2015.10.13 |
---|---|
리눅스(linux) 커널(kernel) 업데이트 "At least 15MB more space needed on the /boot filesystem." 에러 해결 방법 (0) | 2015.09.21 |
OpenSSL 인증서가 가진 키 제거하는 방법 (0) | 2015.07.30 |
리눅스(linux) rsync 특정 파일 및 폴더 제외하는 방법(--exclude) (1) | 2015.07.17 |
리눅스(linux) SELinux 때문에 rsync 가 Permission deny 오류를 낼 때 (0) | 2015.07.16 |