Add group rwx permissions to a folder
- by Jasie
I have a folder named docs, how do I add rwx permissions for group devs to docs?
I tried:
chmod -R g+rwx docs
but I don't know where to specify that it's the devs group I want to grant permissions for.