Is the User a Space Hog?
Has There Been Recent File Activity?





$old = (time() - $latest) / 24 / 60 / 60;
if ($old > $OLD) {
        print "    $name has not changed a file in $old days.\n";
}
if ($filesize > $BIGACCOUNT) {
        print "    $name uses $filesize KB of disk space\n";
}