I think he's looking for this:
Code:
chown owner.group /file
ps:for exemple here, "root" is the owner and "sales" is the group
you can make the owner different then root but there is no need..
Code:
chown root.sales /data/sales.rpt
any user who is a member of sales group will now have permissions to read-write for /data/sales.rpt