Everything that is in /etc/skel gets copied to the new users home directory when the user is created... just set things up in there the way you want them.
When you set permissions on them, the user/group will change from root to the user being created and the primary group - if you want them changed to soemthing else, you'll need to do it after the fact with a script.
|