I have created a user1 who belong to is group1.Then i change the share folder permission:chgrp group1 share_folder_for_group1.Below is ls output.
[root@sme files]# ls -l
total 8
drwxrwsr-- 2 root group1 4096 Jul 15 17:16 share_folder_for_group1
but when i access this foler from win OS client,i still can access the foler using acount user2 who did'nt belong to group1.Also when i login as user1 from windows workstation,i can get in the foler but can't write.
what's wrong with this?Thanks in advance!