Cheatsheet: Difference between revisions

Content added Content deleted
Line 1,087: Line 1,087:
systemd-resolve --status
systemd-resolve --status
resolvectl status | grep -1 'DNS Server'
resolvectl status | grep -1 'DNS Server'

; DNS of Domains

host google.com
host -t a google.com
host -t mx google.com
host -t soa cyberciti.biz
host -t cname files.cyberciti.biz
host -t txt cyberciti.biz
host google.com ns2.google.com ==> Query a particular host
host -t any google.com


=== Misc ===
=== Misc ===