Date: Thu, 20 May 1999 14:07:28 -0400 From: OCD Support <support@kawartha.com> To: efinley@efinley.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Q: disk usage by directory Message-ID: <37444F5F.EF8D48AA@kawartha.com> References: <37464db3.4158555@mail.afnetinc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
What we do with our user's home directories as an example is simply use the du command which gives us output like this: 4 ./idc/mail 28 ./idc 7 ./fido/mail 8 ./fido/html 1 ./fido/.tin/.news 1 ./fido/.tin/.mail 1 ./fido/.tin/.save 27 ./fido/.tin 1 ./fido/Mail 1 ./fido/News 1877 ./fido 1 ./orders/mail 22 ./orders 1 ./sysadmin/.tin/.mail 1 ./sysadmin/.tin/.save 1 ./sysadmin/.tin/.news 26 ./sysadmin/.tin 1 ./sysadmin/Mail 1 ./sysadmin/News 798 ./sysadmin 66775 . Then I guess if needed you could create a quick perl script to eliminate sub directories and then email the report or dump it to file? For our needs (we can our shell access server once a week for example) we don't need anything fancy and this works fine..:) Paul Elliot Finley wrote: > I need to keep an eye on my users disk usage. Is there any way to get > a disk-usage-by-directory report? > > Please CC comments to efinley@efinley.com > > TIA > -- > Elliot (efinley@efinley.com) > > "The box said 'Requires Windows 95, NT, or better,' so I installed FreeBSD." > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37444F5F.EF8D48AA>