joegreat
Very Senior Member
Hi,Linux filesystems have user/group permissions, just like NTFS has such a thing under Windows. However Linux doesn't enforce Windows permissions out of the box, as it's based on a completely different ACL model.
For Samba you can configure which Linux permission newly created directories and files will get with setting smb.conf:
Code:
force directory mode = 0777
force create mode = 0777
Detail about user scripts/config can be found on Merlin's wiki.
With kind regards
Joe