List of questions
Related questions
Question 182 - XK0-005 discussion
A Linux administrator reviews a set of log output files and needs to identify files that contain any occurrence of the word denied. All log files containing entries in uppercase or lowercase letters should be included in the list. Which of the following commands should the administrator use to accomplish this task?
A.
find . -type f -print | xrags grep -ln denied
B.
find . -type f -print | xrags grep -nv denied
C.
find . -type f -print | xrags grep -wL denied
D.
find . -type f -print | xrags grep -li denied
Your answer:
0 comments
Sorted by
Leave a comment first