Novell
050-720 · Question #210
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 D. 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 -maxdepth 1 -type d | while read dir; do echo $dir; echo cmd2; done
- Bfind -type d ! -perm -111
- Cfind -name '*.[ch]' | xargs grep -E 'expr'
- Dfind -type f ! -perm -444
How the community answered
(27 responses)- A19% (5)
- B7% (2)
- C4% (1)
- D70% (19)
Community Discussion
No community discussion yet for this question.