find . -group users -perm -0020 -print for the "group" write permission problem and for the "other" permissions problem: find . -perm -0002 -print