Results 1 to 2 of 2
I want to setup a share (on Fedora 8 ) that everyone can read from and with a user (shaker) that has read/write access. How do I do this? I ...
- 11-29-2007 #1Just Joined!
- Join Date
- Aug 2007
- Location
- Norway
- Posts
- 25
Samba config question
I want to setup a share (on Fedora 8 ) that everyone can read from and with a user (shaker) that has read/write access. How do I do this? I never get write access when I connect as a user

Here's the setup I tried:
[Test]
path = /srv/samba/test
browseable = yes
public = yes
write list = shaker
I made the "test" dir with su and did "chown shaker:shaker test".
- 11-29-2007 #2
You need to ensure that both the samba permissions, as specified in your smb.conf (as you put above) are right and your unix permissions for the directory are right.
Remember you cannot impose read-write protections properly unless your users are logging on correctly in windows (i.e. with a username/password).Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
