[bug #38474] Unintended (?) behaviour change of -perm +mode predicate
Follow-up Comment #12, bug #38474 (project findutils): > In the case of -perm, there is no existing file mode. Sure, but POSIX says that find should treat the existing file mode as 0 here. For example, POSIX says that "find /tmp -perm +rw" finds all files under /tmp that are read-write to everyo
[bug #38474] Unintended (?) behaviour change of -perm +mode predicate
Update of bug #38474 (project findutils): Status: Fixed => None ___ Follow-up Comment #11: I've applied Paul's updated patch. However, I think I agree with Eric on the interpretation