[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] severe problem
- Subject: RE: [cobalt-users] severe problem
- From: "Rob Moore" <rob.moore@xxxxxxxxxxxxxxx>
- Date: Thu Jul 11 18:39:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>> Is there a way to check the entire box at one time for formmail?
I use a simple bash script nightly to check for formmail.pl and also
any script that a user might have uploaded and renamed. It ain't perfect
but...
(beware line wraps)
#!/bin/sh
grep -e 'mattw@xxxxxxxxxxxxxxxxx' /home/sites/www* -r -l | mail -s "Matts
Scripts search results" admin
locate formmail.pl | mail -s "Formmail.pl search results" admin
Rob