Re: How to check directory size?
- From: "zdk" <nx2zdk@xxxxxxxxx>
- Date: 16 Jul 2006 20:59:21 -0700
Bit Twister wrote:
On 16 Jul 2006 20:46:51 -0700, zdk wrote:
how to check /var/log size ?
du -ks /var/log ??
Thanks guy
cd /var/log then
du -sh
or
du -s * | sort -nr
it's ok
.
- References:
- How to check directory size?
- From: zdk
- Re: How to check directory size?
- From: Bit Twister
- How to check directory size?
- Prev by Date: Re: How to check directory size?
- Next by Date: Re: How to check directory size?
- Previous by thread: Re: How to check directory size?
- Next by thread: Re: How to check directory size?
- Index(es):