System Grab Bag

View all TLDR pages from common (or from all pages)

host

Lookup Domain Name Server. More information: https://manned.org/host.
  • Lookup A, AAAA, and MX records of a domain:
    host {{domain}}
  • Lookup a field (CNAME, TXT,...) of a domain:
    host -t {{field}} {{domain}}
  • Reverse lookup an IP:
    host {{ip_address}}
  • Specify an alternate DNS server to query:
    host {{domain}} {{8.8.8.8}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.