Ubuntu에서 현재 컴퓨터의 이름인 hostname 을 변경하는 법에 대해 알아보자.
현재 hostname은 shell 에서 $ hostname 명령을 통하여 알 수 있다.
hostname을 수정하려면 다음 2개의 파일을 원하는 이름으로 수정하고 재부팅하면 hostname이 수정되어 반영된다.
- sudo vi /etc/hostname
- sudo vi /etc/hosts
$ hostname
leechwin-linux $ cat /etc/hostname leechwin-linux $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 leechwin-linux # 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
'OS > Linux' 카테고리의 다른 글
[Ubuntu] ln 명령으로 링크 만들기 (0) | 2019.02.27 |
---|---|
[Ubuntu] sudo 권한 등록 (0) | 2017.08.09 |
[Ubuntu] Word Count (0) | 2017.01.19 |
[Ubuntu] Memory 확인 (0) | 2017.01.19 |
[Ubuntu] Filesystem 용량 확인 (0) | 2017.01.19 |