/var/log/messages 에 다음과 같이 로그가 남을때..

Will not restore a file with more than one hard link (/etc/resolv.conf) No such file or directory Error


해결책

find / -xdev -samefile /etc/resolv.conf
/etc/sysconfig/networking/profiles/default/resolv.conf
# rm /etc/sysconfig/networking/profiles/default/resolv.conf
restorecon /etc/resolv.conf
ln /etc/resolv.conf /etc/sysconfig/networking/profiles/default/resolv.conf