Forum Moderators: phranque
So, lets say the group is web, it would be:
chgrp web MYFILE
chmod 660 MYFILE (for future reference, write gets 4, read gets 2, and execute 1, hence 4+2=6).
You may want to look into encrypting that file somehow, what is it going to be used for?