mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-09 07:24:04 +08:00
41 lines
2.1 KiB
HTML
41 lines
2.1 KiB
HTML
<h1 id="jwhois">jwhois</h1>
|
||
<p>whois 客户端服务</p>
|
||
<h2 id="补充说明">补充说明</h2>
|
||
<p><strong>jwhois</strong> 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.</p>
|
||
<h3 id="语法">语法</h3>
|
||
<pre><code class="language-bash">jwhois [选项]</code></pre>
|
||
<h3 id="选项">选项</h3>
|
||
<pre><code class="language-bash">--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</code></pre>
|
||
<blockquote>
|
||
<p>注:以上英文部分寻求网友协助翻译,翻译结果可发送至 sa(at)linuxde.net,谢谢!</p>
|
||
</blockquote>
|
||
<h3 id="实例">实例</h3>
|
||
<p>显示指定用户信息:</p>
|
||
<pre><code class="language-bash"># jwhois root
|
||
|
||
//查找root用户信息</code></pre>
|
||
<p>查询域名信息:</p>
|
||
<pre><code class="language-bash">[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
|
||
|
||
...省略部分内容</code></pre>
|
||
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
|