Hi,

There is a create mask and mode option in the configuration file that will set
the permissions for new files.
For example, if you want to let everyone have read and write access to all
created files:

(smb.conf)
[fullaccessshare]
    comment = Share to which everyone can read and write
    public = no
    writeable = yes
    create mode = 0777

Or you can make the share public, and only allow guest users to connect, this
will force all files to belong to the owner of the samba process, so everyone
has that effective access.

Hope it helps,
--
Andre' Miller


Alexander Beck wrote:

> Hi there,
> my problem is as follows:
>
> 10 users have access to a Linux box through Samba. Everybody should be able
> to read/write all files within the Samba-shares.
> At the moment, if somebody creates a new file, the others can only read it.
> Why ??
>
> Any suggestions ?
>
> Alex


Reply via email to