Samba share with read only permission

sambashare

I want to share a folder to the network with just readonly permission.
Every one can see and read the contents in the file .But no one should edit.

How the samba configuration will be ?

My Current configuration for another share is

[IN_USER]
    path = /thehive/WWW/user
    read only = no
    browseable = yes
    guest ok = yes
    valid users = user
    write list = user

Best Answer

read only = no

read only = yes

The documentation is your friend.