1853Software EngineeringMedium
Which command is used to locate all the.profile files in the system?
Acd /.profile
Bl -u.profile
Cfind /-name profile -print
Dls profile
Correct answer
C. find /-name profile -print
Explanation
The correct answer is find /-name profile -print.