How to allow members of a group to change file permissions on linux
- by drasko
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