Create a new directory for the group's files. If one user is designated as the leader, you might want to change the
chown statement to make that person owner:
[root@bigboy tmp]# mkdir /home/parent-files
[root@bigboy tmp]# chgrp parents /home/parent-files
[root@bigboy tmp]# chmod 0770 /home/parent-files