LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   samba permission problems (https://www.linuxquestions.org/questions/linux-software-2/samba-permission-problems-162990/)

Jestrik 03-27-2004 08:48 AM

samba permission problems
 
I have the following part of code being part of my smb.conf file -
[shared]
comment = Main KL Share
path = /mnt/share
create mask = 0777
force user = adm
writable = Yes

however, from windoze, i am unable to write to it, only read. I would have thought 0777 would give the permision but it seems not, where am i going wrong? cheers :D

Jestrik 03-27-2004 11:34 AM

Ok, i solved this after a while...

For reference of other people that may suffer this problem I chmod'd the directory which was shared, therefore, this is what I typed....

chmod 777 /mnt/share

I hope it helps anyone :D

Jes_triK


All times are GMT -5. The time now is 10:58 AM.