sudo: unable to resolve host HostName
sudo 명령어를 사용하면 계속 sudo: unable to resolve host HostName 이라고 떠서 왜 그런가 봤더니 PC 이름을 바꿀때 /etc/hostname 에서만 바꿔주고 /etc/hosts 에서는 안 바꿔줘서 그런거였다. PC 이름을 바꾸려면 /etc/hosts /etc/hostname 두개 파일에서 모두 바꿔주면 된다.
Study/Tips
2012. 10. 18. 09:34