nerdexam
Novell

050-720 · Question #361

You need to find the files in the /etc directory that contain the word DocumentRoot. In a terminal window, which command will help you find it?

The correct answer is B. grep -r DocumentRoot /etc/*. See the full explanation below for the reasoning.

Question

You need to find the files in the /etc directory that contain the word DocumentRoot. In a terminal window, which command will help you find it?

Options

  • Adiscover DocumentRoot /etc
  • Bgrep -r DocumentRoot /etc/*
  • Csearch -r DocumentRoot /etc/*
  • Dfind /etc -content DocumentRoot

How the community answered

(63 responses)
  • A
    8% (5)
  • B
    75% (47)
  • C
    3% (2)
  • D
    14% (9)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice