How to Change Group Owner in Linux


Use this command:

$ chgrp <groupname> <filename>

Example:

$ chgrp apache configuration.php

Comments