DualFusion
18th July 2008, 21:20
Hello,
I have a NFS server and just install and configured Samba to work with my Windows-based laptop. I made it possible to read/write on my web root (/var/www) except that I can't write. This is what I put at the bottom of my /etc/samba/smb.conf:
[www]
comment = Web Root
path = /var/www
public = yes
read only = no
create mask = 0777
directory mask = 0777
I am assuming it is because of the permissions on the web root itself and not the permissions Samba is giving it. Is there anything I can do?
Thanks,
Kevin.
I have a NFS server and just install and configured Samba to work with my Windows-based laptop. I made it possible to read/write on my web root (/var/www) except that I can't write. This is what I put at the bottom of my /etc/samba/smb.conf:
[www]
comment = Web Root
path = /var/www
public = yes
read only = no
create mask = 0777
directory mask = 0777
I am assuming it is because of the permissions on the web root itself and not the permissions Samba is giving it. Is there anything I can do?
Thanks,
Kevin.