An application is failing and indicates that the error.log should be viewed, but no location is provided. How can this file for the error.log be found effectively?
A.
find / -n error.log
B.
find -name error.log
C.
find / -daystart -amin 60 -name error.log
D.
find / -name error.log
D