techforce
07-14-2001, 04:52 AM
I would like some software that can put together a report of my clients and how much diskspace is being used by each client.
does this type of software exist?
Thanks in advance.
Brad Nelson
cperciva
07-14-2001, 05:01 AM
If you have disk quotas enabled in your kernel, `/usr/sbin/repquota -a` will do the job for you.
Otherwise, you'll have to run `/usr/sbin/quot -af`to search through the entire disk (a much slower process).
techforce
07-19-2001, 07:47 PM
there's no software for unix I can install to monitor my accounts?
by running `/usr/sbin/repquota -a
is that a instant report? do i have to run that each time i want to see the report?
thanks for the info!
Brad