8 Sep
2006
8 Sep
'06
13:23
On Fri, 2006-09-08 at 14:25 +0200, Jan Engelhardt wrote:
I have been using the following under the share definition.... all works great!
create mask = 0777 force create mode = 0777 dos filetimes = yes force directory mode = 0777
Seems to have done it, thanks
Let me show you how to catch a fish.
Let me show you how to correctly catch a fish.
The "r w x" in binary will have the values "4 2 1". So, "r w -" will have the values "4 2 -", that sums up to 6.
So again, "r w x" will be "4 2 1" = 4+2+1 = 7, hence the create mode 777
4 | 2 | 1 = 7
Jan Engelhardt
Ye, thats more correct, but lets add or-ing to the next lesson E-Mail disclaimer: http://www.sunspace.co.za/emaildisclaimer.htm