>Does anyone have one of those quick little scripts that scans the users
>dirs every night to check for public_html?

Oh, let's see now...

#!/bin/sh
find /home -type d -name public_html -print | mail -s 'list of
public_html directories' root@localhost

This will check that the directory exists... what exactly do you want to
check?
DL


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to