You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
377 B

7 years ago
hostid
===
用来打印当前主机的数字化标识
6 years ago
## 说明
7 years ago
5 years ago
**hostid命令** 用于打印当前主机的十六进制数字标识。是主机的唯一标识,是被用来限时软件的使用权限,不可改变
7 years ago
5 years ago
## 选项
7 years ago
```
hostid
```
6 years ago
7 years ago
```
5 years ago
--help显示帮助信息
--version显示版本信息
7 years ago
```
5 years ago
## 实例
7 years ago
```
[root@localhost ~]# hostid
007f0100
```