nerdexam
CiscoCisco

200-901 · Question #141

200-901 Question #141: Real Exam Question with Answer & Explanation

Sign in or unlock 200-901 to reveal the answer and full explanation for question #141. The question stem and answer options stay visible for context.

Infrastructure and Automation

Question

FILL BLANK Fill in the blanks to complete the Bash script in which each file in a directory is renamed to its SHA256 hash? TARGET_DIR=/usr/local/certs for f in '__________ __________'; do __________ $f' openssl sha -sha256 -r < $f | cut -f1 -cl' '' Answer: TARGET_DIR=/usr/local/certs for f in '/usr/local/certs'; do echo $f' openssl sha -sha256 -r < $f | cut -f1 -cl' ''

Options

  • Awrite documentation for tests
  • Bwrite tests after adding new blocks of code
  • Cwrite and run tests before writing new code
  • Drun tests after writing new code

Unlock 200-901 to see the answer

You've previewed enough free 200-901 questions. Unlock 200-901 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Bash Scripting#File Operations#SHA256 Hashing#Linux Commands
Full 200-901 PracticeBrowse All 200-901 Questions