mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 00:55:44 +02:00
16 lines
327 B
Markdown
16 lines
327 B
Markdown
# whois
|
|
|
|
> WHOIS (RFC 3912) 프로토콜을 위한 명령줄 클라이언트.
|
|
> 더 많은 정보: <https://manned.org/whois>.
|
|
|
|
- 도메인 이름에 대한 정보 조회:
|
|
|
|
`whois {{example.com}}`
|
|
|
|
- IP 주소에 대한 정보 조회:
|
|
|
|
`whois {{8.8.8.8}}`
|
|
|
|
- IP 주소에 대한 abuse 연락처 조회:
|
|
|
|
`whois -b {{8.8.8.8}}`
|