CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 41: XK0-005: CompTIA Linux+

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?

Nội dung câu hỏi

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?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. find . -type f -print | xrags grep -ln denied
  2. B. find . -type f -print | xrags grep -nv denied
  3. C. find . -type f -print | xrags grep -wL denied
  4. D. find . -type f -print | xrags grep -li denied — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề