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)- A10% (5)
- B82% (42)
- C2% (1)
- D6% (3)
Community Discussion
No community discussion yet for this question.