[CentOS] Most efficient/fastest way to see disk usage

John Doe jdmls at yahoo.com
Tue Feb 15 10:58:54 UTC 2011


From: Fajar Priyanto <fajarpri at arinet.org>

> To see which directories have changes (added/remove  subdir/files)
> comparing to the previous data. I'm thinking of using "ls -laR"  and
> "diff".  But not sure.

Maybe something like:

find / -exec stat -c "%i %a %u %g %s %Y %Z %n" '{}' \; > before
then rerun after and diff...?

JD


 
____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 



More information about the CentOS mailing list