1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-02 10:35:32 +02:00
tldr/pages/common/whois.md

17 lines
291 B
Markdown
Raw Normal View History

2019-11-12 03:00:57 +01:00
# whois
> Client for the WHOIS (RFC 3912) protocol.
> More information: <https://manned.org/whois>.
2019-11-12 03:00:57 +01:00
- Get information about a domain name:
`whois {{example.com}}`
- Get information about an IP address:
`whois {{8.8.8.8}}`
- Get abuse contact for an IP address:
`whois -b {{8.8.8.8}}`