Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Something is eating my disk space
- Date: Tue, 27 Jun 2006 16:13:57 +0900
- From: "Josh Glover" <jmglov@example.com>
- Subject: Re: [tlug] Something is eating my disk space
- References: <44A0D38C.8020109@example.com>
On 27/06/06, Dave M G <martin@example.com> wrote:On my web hosting service, I have about a gig of space for storage. But recently I saw an error on one of my web sites that says "disk quota exceeded".Are there some commands I could run at the prompt that could help me locate files or directories that are over a certain size?Try this: du -kx --max-depth=5 ./ | sort -n -r | head -25 This will show you the 25 largest directories below the current one. I don't know how your hosted space is laid out, so if everything is not kept in one directory hierarchy, you will have to alter the command a bit. -Josh
- Follow-Ups:
- Re: [tlug] Something is eating my disk space
- From: Godwin Stewart
- References:
- [tlug] Something is eating my disk space
- From: Dave M G
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] mysterious disappearing boot filesystem (update)
- Next by Date: Re: [tlug] Something is eating my disk space
- Previous by thread: [tlug] Something is eating my disk space
- Next by thread: Re: [tlug] Something is eating my disk space
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links