Oracle
1Z0-409 · Question #69
You have executed the following command: find . -name "prg.conf" -exec chmod o+r '{}' \; What is the expected output of this command?
The correct answer is C. Locate all the files named prg.conf in the current working directory and its subdirectories and add. See the full explanation below for the reasoning.
Question
You have executed the following command:
find . -name "prg.conf" -exec chmod o+r '{}' ; What is the expected output of this command?
Options
- ALocate all the files named prg.conf in the current working directory and add execute permissions
- BLocate all the files named prg.conf only in the current working directory and process them by
- CLocate all the files named prg.conf in the current working directory and its subdirectories and add
- DLocate all the files named prg.conf in the current working directory and subdirectories and add
How the community answered
(41 responses)- A2% (1)
- B10% (4)
- C85% (35)
- D2% (1)
Community Discussion
No community discussion yet for this question.