F5 BIG-IP LTM Specialist: Maintain and Troubleshoot — Question 1
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?
Answer options
- A. cd /var/shared/images md5sum --check BIGIP-FILENAME.iso
- B. cd /shared/images md5sum --check BIGIP-FILENAME.iso
- C. cd /var/shared/images md5sum --check BIGIP-FILENAME.iso.md5
- D. cd /shared/images
Correct answer: D
Explanation
The correct answer is D, as it simply changes the directory to where the files are located without attempting to verify the integrity. Options A, B, and C include attempts to check the integrity of the .iso file, which cannot be completed without first navigating to the correct directory.