UNPKG

1.71 kBMarkdownView Raw
1jwhois
2===
3
4whois 客户端服务
5
6## 补充说明
7
8**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.
9
10### 语法
11
12```shell
13jwhois [选项]
14```
15
16### 选项
17
18```shell
19--version display version number and patch level
20--help display this help
21-v, --verbose verbose debug output
22-c FILE, --config=FILE use FILE as configuration file
23-h HOST, --host=HOST explicitly query HOST
24-n, --no-redirect disable content redirection
25-s, --no-whoisservers disable whois-servers.net service support
26-a, --raw disable reformatting of the query
27-i, --display-redirections display all redirects instead of hiding them
28-p PORT, --port=PORT use port number PORT (in conjunction with HOST)
29-r, --rwhois force an rwhois query to be made
30--rwhois-display=DISPLAY sets the display option in rwhois queries
31--rwhois-limit=LIMIT sets the maximum number of matches to return
32```
33
34> 注:以上英文部分寻求网友协助翻译,翻译结果可发送至 sa(at)linuxde.net,谢谢!
35
36### 实例
37
38显示指定用户信息:
39
40```shell
41 jwhois root
42
43# 查找root用户信息
44```
45
46查询域名信息:
47
48```shell
49[root@localhost ~] jwhois linuxde.net
50[Querying whois.verisign-grs.com]
51[Redirected to whois.west263.com]
52[Querying whois.west263.com]
53[whois.west263.com]
54Domain Name: linuxde.net                   
55Registry Domain id: whois protect
56Registrar WHOIS Server: whois.west263.com
57
58...省略部分内容
59```
60
61