Ubuntu 컴퓨터 의 이름을 알아야 하는 경우 이 게시물에서 찾을 수 있는 몇 가지 방법을 보여줍니다. 호스트 이름을 쉽게 변경하는 방법도 알려드리겠습니다. Ubuntu 17.x 에는 장치 이름과 호스트 이름이 있는데 서로 다른 것 같습니다. 장치 이름은 GUI 에 표시되고 호스트 이름은 터미널(Terminal) 에 표시됩니다 . 둘 다 변경하는 방법을 알려 드리겠습니다.
Ubuntu 호스트 이름 찾기
호스트 이름은 여러 위치에서 찾을 수 있습니다. 가장 먼저 살펴볼 곳은 터미널(Terminal) 창입니다. 터미널(Terminal) 창 을 열려면 Accessories | Terminal응용 프로그램(Applications) 메뉴 에서 터미널 . Ubuntu 17.x 와 같은 최신 버전의 Ubuntu 에서는 (Ubuntu)활동(Activities) 을 클릭 한 다음 터미널(terminal) 을 입력해야 합니다 .
호스트 이름 은 터미널(Terminal) 창의 제목 표시줄에서 사용자 이름과 " @우리의 경우 호스트 이름은 " ubuntu-virtual ."입니다. 프롬프트 자체에도 표시됩니다.
호스트 이름이 이미 제목 표시줄과 프롬프트에 표시되기 때문에 중복되어 보일 수 있지만 다음 명령을 입력하여 호스트 이름을 볼 수도 있습니다.
$ hostname
우분투 호스트 이름 변경
/etc 디렉토리 에 호스트 이름(hostname) 파일이 있습니다. 이전에는 호스트 이름을 변경하는 유일한 방법이었습니다. 다행히도 더 쉬운 다른 방법이 있습니다. Ubuntu 호스트 이름 을 변경하는 가장 쉬운 방법 은 설정(Settings) 으로 이동하는 것 입니다.
버전에 따라 화면 오른쪽 상단의 톱니바퀴 아이콘 또는 새 독의 톱니바퀴 아이콘입니다. 톱니바퀴 아이콘이 오른쪽 상단 모서리에 있으면 이 컴퓨터 정보(About this Computer) 를 클릭합니다 .
설정(Settings) 을 열어야 하는 경우 세부 정보(Details) 라고 표시된 곳까지 아래로 스크롤한 다음 클릭합니다.
자세히를 클릭하면 정보(About) 화면으로 자동으로 이동해야 합니다. 장치 이름( Device name) 이라는 편집 가능한 텍스트 상자가 표시됩니다 . 원하는(Just) 새 호스트 이름을 입력하고 Enter 키를 누르 십시오(Enter) .
이 방법은 호스트 이름을 영구적으로 변경하므로 다시 시작할 수 있으며 새 이름은 그대로 유지됩니다.
호스트 이름 및 호스트 파일 편집
호스트 이름을 변경하는 또 다른 방법은 터미널(Terminal) 창을 열고 다음 명령을 입력하는 것입니다.
sudo hostname new-name
이렇게 하면 호스트 이름이 변경되지만 다시 시작한 후 /etc/hostname 파일에 있는 내용으로 돌아갑니다. 영구적으로 변경해야 하는 경우 앞에서 설명한 호스트 이름 파일을 편집할 수 있습니다. 그렇게 하려면 터미널을 열고 다음 명령을 입력하십시오.
sudo vi /etc/hostname
파일의 첫 번째 줄에는 호스트 이름만 있어야 합니다. vi 에서 문자 i를 눌러 삽입(Insert) 모드 로 들어갈 수 있습니다 . 문자를 삭제하려면 x 키를 누릅니다. 문자를 눌러 추가(Append) 모드로 이동할 수도 있습니다. x를 사용하여 문자를 삭제하려면 먼저 ESC 를 눌러 (ESC)삽입(Insert) 또는 추가(Append) 모드를 먼저 종료해야 합니다.
거기에서 이름을 변경한 후에는 다른 위치에서도 이름을 변경해야 합니다. 다음 명령을 사용합니다.
sudo vi /etc/hosts
127.0.0.1로 시작하는 두 번째 줄을 변경합니다.
이 두 위치에서 모두 변경하고 나면 다시 시작할 수 있으며 새 이름은 그대로 유지됩니다. 설정(Settings) 의 장치 이름에는 여전히 다른 것이 표시됩니다. 따라서 장치 이름과 호스트 이름 사이에 차이가 있는 것 같습니다. 차이점이 무엇인지, 왜 정보(About) 페이지 에서 업데이트되지 않는지 잘 모르겠지만 그것이 저에게 효과적이었습니다. 즐기다!
Find and Change Your Hostname in Ubuntu
If yoυ need to know the name оf your Ubuntu computer, thіs post shows you several ways to fіnd it. We will will also ѕhow you how to easily change your hоst name. In Ubυntu 17.x, there is a device name and a host name, which seеm to be different. The device name shows up in the GUI and the host name shows up in Terminal. I’ll show you how to change both.
Find Ubuntu Host Name
Your host name can be found in several places. The first place we will look is the Terminal window. To open the Terminal window, select Accessories | Terminal from the Applications menu. In newer versions of Ubuntu, like Ubuntu 17.x, you need to click on Activities and then type in terminal.
Your host name displays after your username and the “@” symbol in the title bar of the Terminal window. In our case, our host name is “ubuntu-virtual.” It also displays in the prompt itself.
It may seem redundant, as the host name already displays in the title bar and the prompt, but you can also enter the following command to view the host name.
$ hostname
Change Ubuntu Hostname
There is a hostname file in the /etc directory that contains your hostname. Previously, it was the only way to change the host name. Luckily, there is a different way that is easier. The easiest way to change your Ubuntu hostname is to simply go to Settings.
Depending on your version, it’s the gear icon at the top right of the screen or the gear icon in the new dock. If the gear icon is in the top-right corner, click on About this Computer.
If you had to open Settings, scroll all the way down to where it says Details and click on that.
When you click on Details, it should bring you to the About screen automatically. You will see an editable text box called Device name. Just type the new host name you would like and press Enter.
It’s worth noting that this method will change the host name permanently, meaning you can restart and the new name will remain.
Edit Hostname and Hosts Files
Another way to change the host name is to open a Terminal window and type in the following command:
sudo hostname new-name
This will change the host name, but it will go back to whatever is in the /etc/hostname file after a restart. If you need to change it permanently, you can edit the hostname file I talked about earlier. To do that, open terminal and type in the following command:
sudo vi /etc/hostname
The file should have nothing but the hostname in the first line. In vi, you can go into Insert mode by pressing the letter i. To delete characters, you press the x key. You can also press the letter a to go to Append mode. Note that to delete letters using x, you have to press ESC first to get out of Insert or Append mode first.
Once you change the name there, you also need to change it in one other location. Use the following command:
sudo vi /etc/hosts
Change the second line that starts with 127.0.0.1.
Once you change it in both of these locations, you can restart and the new name will remain. It’s worth noting that the device name in Settings will still show something else. So there seems to be a difference between the device name and the host name. I’m not sure what the difference is and why it doesn’t update in the About page, but that’s how it worked for me. Enjoy!