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?
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
B is missing .md5 at the end
A and C are wrong directory /var/shared/images... instead of shared/images
D is the last choice, because the question is asking which command run on the root directory to verify .iso file. So we need to cd to shared/images first, then run md5sum command. https://support.f5.com/csp/article/K8337
Sorry, just seen that B is missing .md5 at the end. Chances are is that the answer is D, because its probably the same answer as B, but it adds ".md5" at the end of the command.
I try at my lab, and the command is
"cd /shared/images/" and type the command "md5sum --check BIGIP-11.5.10-0.0.13.iso.md5"
so there is no answer to that choice
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Turd
Highly Voted 4 years, 11 months agoGVKD
Most Recent 5 months, 1 week agoLongTrinh
2 years, 8 months agoSimonR2
2 years, 11 months agoSimonR2
2 years, 10 months ago[Removed]
3 years, 3 months agoakos
3 years, 8 months agolbys
3 years, 11 months agomanhtran93
4 years ago