UNPKG

501 BMarkdownView Raw
1hostid
2===
3
4用来打印当前主机的数字化标识
5
6## 补充说明
7
8**hostid命令** 用于打印当前主机的十六进制数字标识。是主机的唯一标识,是被用来限时软件的使用权限,不可改变。
9
10### 语法
11
12```shell
13hostid
14```
15
16### 选项
17
18```shell
19--help:显示帮助信息;
20--version:显示版本信息。
21```
22
23### 实例
24
25```shell
26[root@localhost ~]# hostid
27007f0100
28```
29
30
31<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
\No newline at end of file