Situation:
touch a file from a UNIX box chmod 444 file from UNIX box rm -f file from NT box over CIFS share
Result: Permission Denied..Booooooo
touch a file from a NT box chmod 444 file from UNIX box rm -f file from NT box over CIFS share
Result: file is quietly removed...Yeeeeeah!
The former behavior is undesirable, as we have multiple platforms in our compile releasing the same platform independent files at different times. Any suggestions?
-Jeff