On Wed, Mar 29, 2006 at 09:32:56AM +0530, Muhammed Anees wrote:
> hello
> 
> i configured a samba server in debian linux. And i got all shared
> directories are browsable in windows also. but not getting the write
> permission from windows os.   windows version is windows xp.
> 
> these are the main directives that i edited in /etc/samba/smb.conf
> 
> [global]
> # the domain name
> workgroup = WORKGROUP
> 
> # the server's name
> netbios name = Debian
> 
> # comment describing what the machine is
> server string = Linux
> 
> # security and logging settings
> security = share
> 
> domain logons = yes
> 
> 
> then for the directory share
> 
> [share]
> #comment = The domain logon service
> path = /etc/share
> read only = no
> # 'read only' can be changed to 'no' whilst you edit this file
> # but revert back to 'yes' for normal secure operation
> browseable = yes
> writable = yes
> create mask =0777
> guest ok = yes
> 

You have to enable unix write permision in /etc/share for the user.



Reply via email to