LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   samba share problem (https://www.linuxquestions.org/questions/linux-server-73/samba-share-problem-567583/)

megerdin 07-08-2007 10:01 AM

samba share problem
 
hi friend
I configure a samba server. Most likely its ok. But one share is doing misbehave with some user.

my share is below...

[gen_info]
comment = Office Files
path = /Destiny/Office/gen_info
browseable = yes
valid users = @office_man_limit
read list = @office_man_limit
write list = @office_man_limit
writeable = yes
inherit permissions = Yes
volume = Office

some user are in above mentioned group.
think user1, user2...

user1 can browse this folder, but user2 can't. its very misterious to me because both of them are in one group. user2 can get another share folder access, but not gen_info, why?

when user 2 try to browse.. samba log say.........

[2007/07/08 19:56:41, 0] smbd/service.c:make_connection_snum(1003)
'/Destiny/Office/gen_info' does not exist or permission denied when connecting to [gen_info] Error was Permission denied




what should i do. can anyone help me plz.


thanks

fatzeus 07-08-2007 12:10 PM

Try to check the directory permission (ls -l)...maybe user1 is the owner of gen_info and group's permission aren't correct.

megerdin 07-09-2007 04:31 AM

no friend user1 is not owner, owner is root. it s ok.my dir permission was 770 i just change it to 775 now its works fine. Thanks a lot for replying


All times are GMT -5. The time now is 05:46 PM.