#This script is for looking for unneded files in the system , that are still
# exist , but doesn't have valid UID or GID
echo "Please wait - looking for files w/ not valid UID or GUID.."
find / -nogroup
find / -nouser
echo "Done."
