LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Samba can create new files and folders but access denied in any new folders (https://www.linuxquestions.org/questions/linux-networking-3/samba-can-create-new-files-and-folders-but-access-denied-in-any-new-folders-402952/)

k.king 01-13-2006 12:17 PM

Samba can create new files and folders but access denied in any new folders
 
Samba 3.0.20

Mandriva client running SMB4K and Konqueror
Can access server can map (mount) a drive to an all users share I created.
Can create, modify, delete files or folders in the root of that shared folder.
But if create a new folder in that share and then try to create anything in the new folder get access denied

gh0st3r 01-14-2006 05:33 AM

Hi K.King,

Maybe try checking the permissions on the new folder, if you want to give people who access the folder via SAMBA full access, you'll need to do a 'chmod 777 [name of folder]' in the parent directory of said folder.

Anyways, just a thought. Not sure if you've already checked that out.

thermite_1033 01-15-2006 06:14 AM

set dirmask and filemask in your smb.conf

for example

[shared-dir]
...
dirmask=0777
filemask=0666
...


All times are GMT -5. The time now is 02:17 AM.