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)- A8% (5)
- B75% (47)
- C3% (2)
- D14% (9)
Community Discussion
No community discussion yet for this question.