اختبار شهادة انظمة اللينكس CompTIA Linux+ XK0-005

السؤال 4 من 122

كل الأسئلة

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 | xargs grep -ln denied
  • B find . -type f -print | xargs grep -nv denied
  • C find . -type f -print | xargs grep -wL denied
  • D find . -type f -print | xargs grep -li denied

النقاشات

لا توجد نقاشات منشورة لهذا السؤال حالياً.