[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filesystem Maxed Out! HELP!!!



On Tue, Jan 30, 2001 at 07:50:25AM -0600, Joe Bonansinga wrote:
> Yesterday, between 10 and 2, My filesystem filled up. I am not sure why.
> Does anyone know of any Perl scripts or anything else that will help me
> search for what files were changed or added during that time.

This should work:

ls -Rl /mnt/fullpartition | grep -e "Jan 29 1[1234]"

It'll display all files modified on Jan 29 in the hours of 10, 11, 12, 13, and 
14. Or between 10:00 and 14:59. Change /mnt/fullpartition to the name of your 
full partition, obviously.

Hope that helps.

-- 
Jordan Bettis <http://www.hafd.org/~jordanb/>
Showing up is 80% of life.
		-- Woody Allen

-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.