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?

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/



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Tom

Tom

lower case of course…

Marcus

Marcus

/etc/skel

ex:
#useradd namenew -g 1000 -c “New User” -m -d /home/namenew -s /bin/bash