You have executed the following command: find . -name “prg.conf -exec chmod o+r’ {}’\;
What is the expected output of this command?
A.
Locate all the files named prg. conf in the current working directory and add execute
permissions for others on them.
B.
Locate all the files named prg. conf only in the current working directory and process them by
using the chmod o+r command.
C.
Locate all the files named prg. conf in the current working directory and its subdirectories and
add read permission for others.
D.
Locate all the files named prg. conf in the current working directory and subdirectories and add
execute permissions for others on them.