Linux
[Error] sudo: unable to resolve host
누더기
2016. 12. 14. 14:29
sudo로 명령어 실행시 아래와 같은 오류가 발생 하는 경우가 있다.
sudo: unable to resolve host ... ...
검색 결과 /etc/hostname 과 /etc/hosts에 적혀있는 hostname이 달라서 발생하는 것으로 확인됐다.
아래와 같이 동일하게 수정해준다.
[/etc/hostname]
ostname
host_name
[/etc/hosts]
127.0.1.1 host_name