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