Change group ownership of files and directories.
chgrp {{group}} {{path/to/file_or_directory}}
chgrp -R {{group}} {{path/to/directory}}
chgrp -h {{group}} {{path/to/symlink}}
chgrp --reference={{path/to/reference_file}} {{path/to/file_or_directory}}