Steve Lee wrote:
> 
> how do i give users write access to their
> home directory?
> 
> this is what i have for that section in the
> smb.conf file but does not work.
> 
> [homes]
>     comment = Home Directory
>     path = /home/user/local/%u
>     read only = No
>     browseable = no
>     available = no
>     public = no
>     writable = no
>     only user = no
> 
change the line

writable=no

by

writable = yes


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to