jwhois

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.

語法

1jwhois [選項]

選項

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

注:以上英文部分尋求網友協助翻譯,翻譯結果可發送至 sa(at)linuxde.net,謝謝!

實例

顯示指定用戶信息:

1 jwhois root
2
3# 查找root用戶信息

查詢域名信息:

 1[root@localhost ~] jwhois linuxde.net
 2[Querying whois.verisign-grs.com]
 3[Redirected to whois.west263.com]
 4[Querying whois.west263.com]
 5[whois.west263.com]
 6Domain Name: linuxde.net                   
 7Registry Domain id: whois protect
 8Registrar WHOIS Server: whois.west263.com
 9
10...省略部分內容

來源:https://github.com/jaywcjlove/linux-command

最後修改於: Wednesday, January 31, 2024

相關文章:

翻譯: