Oracle
1Z0-409 · Question #146
You execute the following command: find /home/ -name ?.jpg? -type f -user john What is the expected output of this command?
The correct answer is B. A list of all the regular files with the extension .jpg and owned by the user john, under the /home. See the full explanation below for the reasoning.
Question
You execute the following command:
find /home/ -name ?.jpg? -type f -user john What is the expected output of this command?
Options
- AA list of all regular files and directories with the pattern jpg in file names and owned by the user
- BA list of all the regular files with the extension .jpg and owned by the user john, under the /home
- CA list of all the regular files with the extension .jpg and owned by the user john, under the /home
- DA list of all the regular files with the extension .jpg and owned by the users john and root, under
How the community answered
(17 responses)- A6% (1)
- B76% (13)
- C6% (1)
- D12% (2)
Community Discussion
No community discussion yet for this question.