Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2004 00:49:30 -0800 (PST)
From:      "mario" <mario@schmut.com>
To:        <kisha@lissaganda.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: how to find disk usage (was: no subject)
Message-ID:  <4573.192.168.23.83.1079167770.squirrel@mail.schmut.com>
In-Reply-To: <20040312223120.20200.h017.c001.wm@mail.lissaganda.com.criticalpath.net>
References:  <20040312223120.20200.h017.c001.wm@mail.lissaganda.com.criticalpath.net>

next in thread | previous in thread | raw e-mail | index | archive | help
yes,
> is there anyway i can reduce  /var and /usr i did a
> "make clean" under /usr/ports and didnt reduce the size
> any ideas?

do
du -c /usr | sort -n
and
du -c /var | sort -n
the sort moves the heavy hitters to the bottom of the list
to find out where the culprits are
and take it from there

mario;>

- - - - - - - -   House Of Sites   - - - - - - - -
Web Design :: Programming :: Hosting :: Maintenance

Web site: http://www.HouseOfSites.net
Email: mario@HouseOfSites.net
Tel: 415-242-3376

----------------------------------------------------
Do you schmut!?
http://www.schmut.com
http://blog.schmut.com





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4573.192.168.23.83.1079167770.squirrel>