uTools-Manuals/docs/linux/dnsdomainname.html
2019-04-21 11:50:48 +08:00

16 lines
800 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="dnsdomainname">dnsdomainname</h1>
<p>定义DNS系统中FQDN名称的域名</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>dnsdomainname命令</strong> 用于定义DNS系统中FQDN名称中的域名。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">dnsdomainname(选项)</code></pre>
<h3 id="选项">选项</h3>
<p>-v详细信息模式输出指令执行的详细信息。</p>
<h3 id="实例">实例</h3>
<pre><code class="language-bash">[root@AY1307311912260196fcZ ~]# dnsdomainname -v
gethostname()=`AY1307311912260196fcZ&#39;
Resolving `AY1307311912260196fcZ&#39; ...
Result: h_name=`AY1307311912260196fcZ&#39;
Result: h_addr_list=`10.160.7.81&#39;</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->