첫째, Linux에서 호스트 이름을 변경하는 올바른 방법은 무엇입니까? 온라인에서 몇 가지 단계를 따랐지만 여전히 작동하지 않는 경우가 있습니다. 또한 동일한 LAN에 있는 다른 컴퓨터에서 내 컴퓨터를 ping할 때 새 호스트 이름이 나타나지 않습니다. 그렇다면 호스트 이름을 어떻게 변경하고 LAN에 표시하게 합니까?
답변1
호스트 파일을 편집하고 해당 파일에 컴퓨터 이름을 입력하면 됩니다.
# vim /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 {hostname of your machine} localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
호스트 이름을 모르는 경우 다음을 입력합니다.uname -a