On Wed, Nov 06, 2002 at 03:28:57PM +0000, Chris David wrote: > Yes..! i need a script that should monitor file system space regularly and > it should send me an email only in case if it exceed some limit say 80%.. df -k| awk '$5>80 { print "danger will robinson, " $6 " is nearly full" }' in a cron job -- David Cantrell