When adding a new user to the system using standard Linux commands, which directory contains the initial files copied to the new user’s home directory?
Answer: /etc/skel
Explanation:
From the man pages:
The skeleton directory is defined by the SKEL variable in /etc/default/useradd or, by default, /etc/skel.