Linux Essentials (010-160) — Question 35

Which statements about the directory /etc/skel are correct? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct answers are C and D because /etc/skel is used to provide default files for new user accounts when they are created (C), and it does indeed contain the standard configuration files that the useradd command uses (D). Options A and E are incorrect as they misrepresent the purpose of /etc/skel, and B is misleading since the files are copied during account creation, not system startup.