#! /bin/sh

find /home/infoflex -exec chown infoflex {} \; -exec chgrp infoflex {} \; -exec chmod o+rw {} \; \( -perm 0777 -o -perm 0775 -o -perm 0770 -o -perm 0757 -o -perm 0755 -o -perm 0750 -o -perm 0700 \) -exec chmod 0777 {} \;
