Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5257

Networking and servers • Re: Sharing subdirectories using SMB

$
0
0
[shared}
create mask = 0666
directory mask = 0666
path = /home/usr/shared
read only = No
That's not the entire output from testparrm -s is it?

Try with

Code:

directory mask = 0777
and be aware that that parameter only affects newly created directories not ones that pre-exist on the server.* You need to set the permissions on those files and directories with the usual Linux commands.

Directories need the eXecute bit set in order for some actions on them to be permitted.

You also have the wrong closing bracket for the share name.

*: same comment applies to create mask

Statistics: Posted by thagrol — Sat Jun 01, 2024 10:40 pm



Viewing all articles
Browse latest Browse all 5257

Trending Articles