How to allow members of a group to change file permissions on linux

Posted by drasko on Server Fault See other posts from Server Fault or by drasko
Published on 2010-03-25T18:28:37Z Indexed on 2010/03/25 18:33 UTC
Read the original article Hit count: 256

Filed under:
|
|

I need to allow members of the group 'ftpusers' to be able to change permissions on all objects inside a certain directory. I was looking into how to do it but all I have found is how to do it on BSD:

chmod +a "ftpgroup allow writesecurity" /some/dir

I need exactly the same thing but for Debian/GNU.

Thanks

© Server Fault or respective owner

Related posts about linux

Related posts about permissions