nerdexam
Novell

050-720 · Question #101

You work as a Database Administrator for Net Perfect Inc. The company has a Linux-based network. In your Linux system, you want to find files that are not readable by all. Which of the following…

The correct answer is B. find -type f ! -perm -444. See the full explanation below for the reasoning.

Question

You work as a Database Administrator for Net Perfect Inc. The company has a Linux-based network. In your Linux system, you want to find files that are not readable by all. Which of the following commands can you use to accomplish the task?

Options

  • Afind -type d ! -perm -111
  • Bfind -type f ! -perm -444
  • Cfind -maxdepth 1 -type d | while read dir; do echo $dir; echo cmd2; done
  • Dfind -name '*.[ch]' | xargs grep -E 'expr'

How the community answered

(51 responses)
  • A
    10% (5)
  • B
    82% (42)
  • C
    2% (1)
  • D
    6% (3)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice