CompTIA Linux+ Exam XK0-005 Question # 100 Topic 11 Discussion

CompTIA Linux+ Exam XK0-005 Question # 100 Topic 11 Discussion

XK0-005 Exam Topic 11 Question 100 Discussion:
Question #: 100
Topic #: 11

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


Get Premium XK0-005 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.