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

14 lines
719 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="hostid">hostid</h1>
<p>用来打印当前主机的数字化标识</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>hostid命令</strong> 用于打印当前主机的十六进制数字标识。是主机的唯一标识,是被用来限时软件的使用权限,不可改变。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">hostid</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">--help显示帮助信息
--version显示版本信息。</code></pre>
<h3 id="实例">实例</h3>
<pre><code class="language-bash">[root@localhost ~]# hostid
007f0100</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->