An LTM Specialist uploaded new releases .iso and .md5 files titled "BIGIP-FILENAME" via the GUI.
Which commands are run via the command line from the root directory to verify the integrity of the new .iso file?
cd /var/shared/images
md5sum --check BIGIP-FILENAME.iso
cd /shared/images
md5sum --check BIGIP-FILENAME.iso.md5
Submit