Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 301b topic 1 question 19 discussion

Actual exam question from F5's 301b
Question #: 19
Topic #: 1
[All 301b Questions]

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
  • D. cd /shared/images
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Turd
Highly Voted 4 years, 9 months ago
cd /shared/images; md5sum --check BIGIP-FILENAME.iso.md5 # https://support.f5.com/csp/article/K8337#proc1
upvoted 10 times
...
GVKD
Most Recent 2 months, 2 weeks ago
D - Best Answer
upvoted 1 times
...
LongTrinh
2 years, 5 months ago
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
upvoted 2 times
...
SimonR2
2 years, 8 months ago
Answer is B - done this a million times on all our company f5 devices
upvoted 1 times
SimonR2
2 years, 8 months ago
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.
upvoted 1 times
...
...
Erfan
3 years ago
Correct Answer:B
upvoted 1 times
...
akos
3 years, 6 months ago
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
upvoted 1 times
...
lbys
3 years, 9 months ago
cd /shared/images md5sum --check BIGIP-FILENAME.iso.md5
upvoted 1 times
...
manhtran93
3 years, 10 months ago
Should be B
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...