How to verify SHA checksum for FreeBSD ISO file

% shasum -a 256 --ignore-missing -c CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-amd64

  • -a : Algorithm to use. For example, 1 (default), 224, 256, 384, 512, 512224, 512256
  • -c : Read SHA sums from the FILEs and check them
  • --ignore-missing: Do not fail or report status for missing files.

 

Comments

Popular posts from this blog

BdsDex: failed to load Boot0001 "UEFI BHYVE SATA DISK BHYVE-OABE-20A5-E582" from PciRoot(0x0)/Pci (0x2, 0x0)/Stat(0x0,0xFFFF,0x0) : Not Found

How To Install Nginx, MySQL and PHP (FEMP) Stack on FreeBSD 13.0

Install samba on FreeBSD(on VMware Workstation) to share files with Window.