Linux详解

whois 客户端服务

补充说明

jwhois searches Whois servers for the object on the command line.The host to query is taken from a global configuration file, a configuration file specified on the command line, or selected directly on the command line.

语法

jwhois [选项]

选项

--version                  display version number and patch level
--help                     display this help
-v, --verbose              verbose debug output
-c FILE, --config=FILE     use FILE as configuration file
-h HOST, --host=HOST       explicitly query HOST
-n, --no-redirect          disable content redirection
-s, --no-whoisservers      disable whois-servers.net service support
-a, --raw                  disable reformatting of the query
-i, --display-redirections display all redirects instead of hiding them
-p PORT, --port=PORT       use port number PORT (in conjunction with HOST)
-r, --rwhois               force an rwhois query to be made
--rwhois-display=DISPLAY   sets the display option in rwhois queries
--rwhois-limit=LIMIT       sets the maximum number of matches to return

注:以上英文部分寻求网友协助翻译,翻译结果可发送至 sa(at)linuxde.net,谢谢!

实例

显示指定用户信息:

# jwhois root

//查找root用户信息

查询域名信息:

[root@localhost ~]# jwhois linuxde.net
[Querying whois.verisign-grs.com]
[Redirected to whois.west263.com]
[Querying whois.west263.com]
[whois.west263.com]
Domain Name: linuxde.net                   
Registry Domain id: whois protect
Registrar WHOIS Server: whois.west263.com

...省略部分内容

教程来源于Github,感谢大佬的无私奉献,致敬!

技术教程推荐

AI技术内参 -〔洪亮劼〕

从0开始学游戏开发 -〔蔡能〕

TensorFlow快速入门与实战 -〔彭靖田〕

Spark性能调优实战 -〔吴磊〕

PyTorch深度学习实战 -〔方远〕

计算机基础实战课 -〔彭东〕

现代React Web开发实战 -〔宋一玮〕

Go进阶 · 分布式爬虫实战 -〔郑建勋〕

结构思考力 · 透过结构看思考 -〔李忠秋〕