ok, i got it working.
denying delete perms on the directory via 'this dir, and its files' worked.
just deny inheritance for the files that you will allow to be renamed inside the dir.
thanks all.
------------------- (old)
ideas?
confirmed the limited user ("user group", only) cannot read the file, nor "read only protect" the file. user doesn't own the file.
no perms are being inherited on this exe file I am testing with.
why aren't the denying of all perms completely dominating these exe files in g:\bin?
I even tried specifying the username, and not the group name.
same result. the domain "box8" is correct.
created g:\test, to see if same like g:\bin.
same result.
making the file read only doesn't help, even tho the user cannot remove readonly flag.
if I deny "list folder" for g:\, renaming deny.x errors with G:\ not accessible, access denied (cool !)
however, other writable files on g:\ are affected, as in, they can't be moved, deleted, renamed, copied, but can be written to.
this isn't acceptable.
what happens when you rename a file on "NT":
" In addition, when you rename a file on NT, the rename operation opens the source file for delete access (a rename operation, after all is a creation of a new file in the target directory and a deletion of the source file)."
http://blogs.msdn.com/larryosterman/archive/2004/05/13/131263.aspx
