Add group rwx permissions to a folder
Posted
by Jasie
on Server Fault
See other posts from Server Fault
or by Jasie
Published on 2010-04-28T23:59:09Z
Indexed on
2010/04/29
0:17 UTC
Read the original article
Hit count: 684
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.
© Server Fault or respective owner