For Linux Mint 18.3
I began by reading several posts here and elsewhere about /etc/resolv.conf. Some of those posts reference -- but do not explain the function of -- a line of the form search attlocal.net.
I have also observed that IF I use a VPN to connect to the Internet, THEN the VPN software replaces the IP addresses of the DNS servers in /etc/resolv.conf AND removes the line search attlocal.net. So it seems that search attlocal.net is not essential? Perhaps even "anti-useful" in some contexts?
So:
What's the purpose of search attlocal.net?
Is it desirable to configure whatever it is that populates /etc/resolv.conf to NOT include search attlocal.net by default?
Can, or should, search attlocal.net be replaced with something "better"? (And if yes, how?)
man resolv.confto see what information the manual pages provide? That's normally a good starting point if you wonder what should go in a standard configuration file.