Exercise: Quizz

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


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