반응형
Notice
Recent Posts
Recent Comments
관리 메뉴

꿈꾸는 사람.

[Ubuntu 14.04] hostname 변경. 본문

IT/Linux

[Ubuntu 14.04] hostname 변경.

현무랑 니니 2015. 3. 16. 02:19
반응형











1. hostname 확인.

터미널에서 아래처럼 명령 입력.

hyunmu@hyunmu-VirtualBox:~$ hostname

hyunmu-VirtualBox


2. hostname 변경.

/etc/hostname 파일 변경.

hyunmu@hyunmu-VirtualBox:~$ sudo vi /etc/hostname

-. 수정 전

hyunmu-VirtualBox

-. 수정 후

hyunmu-VirtualBox


/etc/hosts 파일 변경.

hyunmu@hyunmu-VirtualBox:~$ sudo vi /etc/hosts

-. 수정 전

127.0.0.1       localhost

127.0.1.1       hyunmu-VirtualBox


# The following lines are desirable for IPv6 capable hosts

::1     ip6-localhost ip6-loopback

fe00::0 ip6-localnet

ff00::0 ip6-mcastprefix

ff02::1 ip6-allnodes

ff02::2 ip6-allrouters

-. 수정 후

127.0.0.1       localhost

127.0.1.1       hyunmu


# The following lines are desirable for IPv6 capable hosts

::1     ip6-localhost ip6-loopback

fe00::0 ip6-localnet

ff00::0 ip6-mcastprefix

ff02::1 ip6-allnodes

ff02::2 ip6-allrouters


3. hostname 변경 확인.

시스템 재 시작 없이 확인하는 명령.

hyunmu@hyunmu-VirtualBox:~$ sudo service hostname restart sudo: unable to resolve host hyunmu-VirtualBox [sudo] password for hyunmu: stop: Unknown instance: hostname stop/waiting hyunmu@hyunmu-VirtualBox:~$ hostname hyunmu

또는 새로 터미널 생성하면 프롬프트가 [hyunmu@hyunmu:~$ ]로 나타나면 제대로 변경 된 것이다.



반응형
Comments