Exercise: Quizz

20 - What type of result would return the following command? find /etc -type f


All directories located in the /etc directory.
All files on the system containing the pattern "etc".
All files located in the /etc directory.
All empty files located in the /etc directory.