Yes, you can change only the group ownership of a file using the chgrp command. The syntax is as follows:
chgrp newgroup filename
Replace newgroup with the name of the group you want to assign and filename with the name of the file. This command will change the group ownership without affecting the user ownership.
