Solved

You Need to Find the Files in the /Etc Directory

Question 75

Multiple Choice

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?


A) discover DocumentRoot /etc
B) grep -r DocumentRoot /etc/*
C) search -r DocumentRoot /etc/*
D) find /etc -content DocumentRoot

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions