View Single Post
  #3   (View Single Post)  
Old 27th September 2008
DNAeon DNAeon is offline
Shell Scout
 
Join Date: Sep 2008
Location: Bulgaria
Posts: 138
Default

Code:
[winuser]
comment = %h Windows User Share Directory
path = /usr/home/winuser/Docs
valid users = winuser
public = no
writeable = yes
Check the user's home directory permissions. Also you don't need those lines, because you are giving the folder wrong permissions:
Code:
force directory mode = 0777
force create mode = 0777
Reply With Quote