What I want to do is this : When I create a new user in Ubuntu, I want him to have a copy of a folder, let's call him "abc", in his own home directory. Is there any way to automate this or do I have to copy the folder by myself each time?
Can I for example use /etc/skel for this job?
Thanks!