Operating System - HP-UX
1752802 Members
5801 Online
108789 Solutions
New Discussion юеВ

Re: about the samba to create file

 
SOLVED
Go to solution
peterchu
Super Advisor

about the samba to create file

I hv setup the samba server at unix and share path for windows users , now the windows users can read/overwrite file but can't create file at the path , the below is the config file , could suggest what is missing in my confi file.


[tmp1]
path = /tmp/tmp1
allow hosts = 192.168.0.1
writeable = yes
read only = No
public = yes
create mask = 0644
~
2 REPLIES 2
Popy
Regular Advisor
Solution

Re: about the samba to create file

hi
change the create mask to 0744 and try it will work
ramkumar
Valued Contributor

Re: about the samba to create file

hi peter

if you are able to edit existing files and you can't able to create new file it means it is related to permision problem of the directory
try to change the directory permissions
example

# cd /tmp
# chmod -R 777 tmp1

it may work otherwise try to check the umask details .