i know i'm overlooking something simple.
I have a folder /mnt/data/Pictures/album I want to give my wife read only access to I have set its group to data which she and I are both members of as secondary group .. I'm the owner of the files
the permission of the folder are
drwxrwS--- 120 cdhgold data 4096 2009-12-13 10:57 album
but get
[cmbgold@whiskey ~]$ ls /mnt/data/Pictures/album
ls: cannot access /mnt/data/Pictures/album: Permission denied
permissions were set by
chmod -R 2760 /mnt/data/Pictures/album
any suggestions? what am I overlooking or forgetting?


