I always wondered what my DNS server IP address assigned by my ISP was and today I finally found out. Typically under a Linux machine using command prompt it really isn't that difficult.
Under Linux the resolver is used (set of routines in the C library) that provide access to the Domain Name System (DNS). The resolver configuration file is located inside the /etc folder and it contains information that is read by the resolver routines the first time they are invoked by a process. Using the grep command it should be as painless as:
Under Linux the resolver is used (set of routines in the C library) that provide access to the Domain Name System (DNS). The resolver configuration file is located inside the /etc folder and it contains information that is read by the resolver routines the first time they are invoked by a process. Using the grep command it should be as painless as: