Displaying 1 result from an estimated 1 matches for "makind".
Did you mean:
  making
  
1999 Feb 02
1
Unix permission problems with 'attrib'
...roblem with SourceSafe. I finally took some time to see what is going on and found the source of the problem (well, not in the source code though).
	I'm partially responsible, I have Unix files with the following rights "r--rw---" and Samba does not deal with these very well. I am now makind sure that this case does not happen but still, I think Samba's behavior is incorrect.
	Here is what happens:
$ cat /dev/null >foo
$ chmod 460 foo
$ ls -l foo
-r--rw----   1 me     me           0 Feb  2 11:01 foo
	M:\> attrib foo
           R     M:\foo
Up to here everything is fine. f...