| 
 | 
| To change the group of a file | chgrp newgroupname filename | 
| To change the owner of a file | chown newowner filename | 
| To change the permissions on a file | chmod [u|g|o] [+|-|=] [r|w|x] 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 file | chmod(C) |