8 Sep
2006
8 Sep
'06
12:34
On Friday 08 September 2006 14:25, 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
(a & b) == 0 => (a | b) == (a + b)