Followup question for my previous one:
So I have a directory \etc\install\foo that allows file sharing.
I have a file NEW.zip from an unshared location that I moved into \etc\install\foo, and therefore NEW.zip does not inherit permissions from \etc\install\foo.
Is there an easy way to reset the permissions for NEW.zip so that it does inherit permissions from its containing directory \etc\install\foo ?
(without manually trying to match permissions, which is a pain, and without copying the file, which is problematic for very large files, hence the whole reason it was moved and not copied to its present location)
