My question is probably stupid (not Samba) but here goes:
I have my linux laptop and my win 98SE desktop networked, and got samba up and running (kind of) without too much difficulty. But I find that my linux machine can write to the windows machine, but the reverse isn't true. My windows machine can read from but not write to the linux machine. here is my smb.conf file (and i am running redhat 7.1):
# Global parameters
workgroup = workgroup
server string = Samba SMB Server
security = SHARE
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY
dns proxy = No
guest account = nobody
hide dot files = No
[public]
comment = Public
path = /home/public
writeable = Yes
create mask = 0664
guest ok = Yes
Any help would be appreciated.
I have my linux laptop and my win 98SE desktop networked, and got samba up and running (kind of) without too much difficulty. But I find that my linux machine can write to the windows machine, but the reverse isn't true. My windows machine can read from but not write to the linux machine. here is my smb.conf file (and i am running redhat 7.1):
# Global parameters
workgroup = workgroup
server string = Samba SMB Server
security = SHARE
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY
dns proxy = No
guest account = nobody
hide dot files = No
[public]
comment = Public
path = /home/public
writeable = Yes
create mask = 0664
guest ok = Yes
Any help would be appreciated.