获取linux唯一标识
1、获取系统uuid
dmidecode -s system-uuid
2、可以通过以下方式获取machine-id(最近的)Linux 系统:
cat /etc/machine-id
cat /var/lib/dbus/machine-id
注意:1和2的结果有可能相同,也有可能不同(镜像还原,虚拟机拷贝等)
go:
1、获取系统uuid
dmidecode -s system-uuid
2、可以通过以下方式获取machine-id(最近的)Linux 系统:
cat /etc/machine-id
cat /var/lib/dbus/machine-id
注意:1和2的结果有可能相同,也有可能不同(镜像还原,虚拟机拷贝等)
go: