UUID 是系统的唯一识别码,永远不会重复,比较有用。
Windows 篇
在命令提示符下输入wmic 再输入csproduct 或 csproduct list full
wmic:rootcli>csproduct list full
Linux 篇,(以 CentOS为例)
yum install epel-release -y yum install facter --enablerepo=epel -y facter uuid
本文出自 “专注Linux 运维” 博客,请务必保留此出处http://purplegrape.blog.51cto.com/1330104/1794910
原文地址:http://purplegrape.blog.51cto.com/1330104/1794910