I have added a symlink that i need newly created users to automatically
get, when they are created, into /etc/skel
when i add new users this symlink is created just fine, but the owner of
it is root:wheel
i need it to be a certain group that can will have read access to the
symlink and to the destination folder.
How do i make this possible?
i add users using addusers.
I have tried adding some chmod lines different places in the addusers
perl script, but still its not working.
(i am using current)