Share permission rewrite after user changing
Posted: 09 Jan 2015 15:08
Dear All,
I would like to make a share which can be:
-read/write by the owner (user1)
-only read by the group (group1)
-can't read by others
I make the folder named share with permissions in ssh console:
chown owner1:group1 ./share
chmod 750 ./share
Then I check it with ls -l, and it is perfect.
But after I modify a user on the web interface, and push the apply button, it rewrites the group to the default user1, so ls -l:
drwxr-x--- user1 user1 share
And beacuse of this problem I had to make a much complicated solution for this kind of permission rule.
Could somebody please tell me why this strange behavior?
thank you
I would like to make a share which can be:
-read/write by the owner (user1)
-only read by the group (group1)
-can't read by others
I make the folder named share with permissions in ssh console:
chown owner1:group1 ./share
chmod 750 ./share
Then I check it with ls -l, and it is perfect.
But after I modify a user on the web interface, and push the apply button, it rewrites the group to the default user1, so ls -l:
drwxr-x--- user1 user1 share
And beacuse of this problem I had to make a much complicated solution for this kind of permission rule.
Could somebody please tell me why this strange behavior?
thank you