CORRECT TEXT
By default, which directories contents will be copied to a new user’s home directory when the
account is created, passing the -m option to the useradd command?
Answer: /ETC/SKEL/
CORRECT TEXT
By default, which directories contents will be copied to a new user’s home directory when the
account is created, passing the -m option to the useradd command?
CORRECT TEXT
By default, which directories contents will be copied to a new user’s home directory when the
account is created, passing the -m option to the useradd command?
Answer: /ETC/SKEL/
lower case of course…
/etc/skel
ex:
#useradd namenew -g 1000 -c “New User” -m -d /home/namenew -s /bin/bash