在下载与 application 相关的文件时,确保其完整性非常重要。验证 SHA256 校验和有助于确认文件在下载过程中未被损坏。
注意:将<Name of the file>替换为实际的文件名。
MAC OS X
shasum -a 256 <Name of the file>
Windows
CertUtil -hashfile <Name of the file> SHA256
Linux
sha256sum <Name of the file>
FreeBSD
sha256 <Name of the file>
还可以使用 OpManager 的 文件完整性监控 功能,定期检查 OpManager 安装文件夹。
感谢您的反馈!