How to change the group of a file want others to access

1. Go into terminal BR 2. Navigate to the folder you'd like to change permissions on using cd and ls. Use ls -l to find out what permissions currently exist on a certain file or folder. BR 3. Type in chgrp -R newgroupname foldername

4. To change permissions on a certain file, Use the chmod command. It will take arguments like chmod g+w RAs . This would allow everyone in the group "staff" to write things in the RAs folder.

MoinMoin Appliance - Powered by TurnKey Linux