|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] networking question
|
On Wed, Jul 05, 2006 at 02:58:24PM -0400, Ronald Kaye Jr wrote:
> How do i track down this info for ie www.mycompany.com ?
> Domain Name
Uh, what? You already have the domain name...
> Registrar
whois www.mycompany.com
> Expiration
whois www.mycompany.com
> Contact(s)
whois www.mycompany.com
> Name Server(s)
whois www.mycompany.com, or
dig +short www.mycompany.com ns
> MX Record(s)
dig +short www.mycompany.com mx
> A Record(s)
dig +short www.mycompany.com
In all of the above examples using dig, remove the +short option to have
more verbose information returned.
--
Toby DiPasquale
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|