To change the group of a file chgrpnewgroupnamefilename
To change the owner of a file chownnewownerfilename
To change the permissions on a chmod [u|g|o] [+|-|=] [r|w|x]
file filename
---------------------------------------------------------------------
For more information about See
---------------------------------------------------------------------
Long file listings ls(C)
Changing the owner of a file chown(C)
Changing the group of a file chgrp(C)
Changing the permissions on a chmod(C)
file