Answers for "reset resolv.conf"

0

reset resolv.conf

# If resolvconf -u shows the WARNING that /etc/resolv.conf
# is not a symbolic link to /run/resolvconf/resolv.conf
# then just backup that resolv.conf and make the symbolic link:

cd /etc
sudo ln -s /run/resolvconf/resolv.conf
Posted by: Guest on March-18-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language