I have setup SFTP refereed from here and I have directory structure like following.
Now in my case, there are multiple users who can access files as per their privileges, as follow.
- Super admin - full access to all dir
- Admin - admin can access some dir, example one+two
Issue is, I am not able to set multiple permission to one directory, for example,
If I set permission for super-admin group 770, and now I want to set permission to /Security/one dir, I have to use chgrp (reference), then dir lost its super admin privileges.
can some please help out here.
