> try nslookup (linux):
(/me *groans*)
nslookup(1) ought to have died a thousand deaths many, many years ago.
Use dig(1) or drill(1):
dig @127.0.0.1 domainname SOA
(or any other variation of command-line arguments it supports, and it
has many, some of which are worthwhile knowing.)
-JP