1

I installed samba on my linux server for public file sharing on the LAN. I works great currently, but I would like to add some security:

People from LAN should be able to Read files present and Add new ones, but not delete files. I want to keep this privilege for me ;-)

How should-I do this? I have set up a "admin" account having full access even to deletion. There is just left to configure the "guest" acount. Google isn't helping that much right now...

HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
m6a-uds
  • 147
  • 1
  • 1
  • 7

1 Answers1

1

read the smb.conf manual page and search for

inherit owner = yes

janjust
  • 592
  • 2
  • 5