I have a problem writing to a folder that I share using samba on my ubuntu machine. I can access the files from my Windows 7 machine, but I cannot write to the folder, any suggestions?
Thank You very much
|
I have a problem writing to a folder that I share using samba on my ubuntu machine. I can access the files from my Windows 7 machine, but I cannot write to the folder, any suggestions? Thank You very much |
|||
|
|
|
Samba executes the file operations as a local unix user on the server you are running samba on. Make sure that you have this user defined to the one you want in smb.conf and that this user has write access to the directory/files. you can see the full example here but basically what you want to do is:
then you just need to do:
|
|||
|
|
Check those two things first:
|
|||
|
|