From owner-freebsd-questions Sun May 24 12:29:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28846 for freebsd-questions-outgoing; Sun, 24 May 1998 12:29:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28835 for ; Sun, 24 May 1998 12:29:26 -0700 (PDT) (envelope-from panda@peace.com.my) Received: from lovebox (love.com.my [202.184.153.17]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id DAA11565; Mon, 25 May 1998 03:10:10 +0800 (SGT) Date: Mon, 25 May 1998 03:10:10 +0800 (SGT) Message-Id: <3.0.32.19980525033215.0092bcf0@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: Lanny Baron , questions@FreeBSD.ORG From: chas Subject: Re: /usr dir is exceeding 100%..help Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try # find /usr -size +Nc -print this should print out the names of files larger than N bytes in the /usr directory (and subdirectories) eg # find / -size +500000c -print prints files larger than 500K under /usr don't forget the 'c' or else N is in blocks. good luck chas > > Would someone please tell me how to find out what is filling up my /usr dir/. I have used du >but I dont quiet understand how to tell it to look for huge dir's. Is there another method by >which I can see the size of dir's so I can rm them. > > Your help is much appreciated as I don't want to reinstall all over again. > >Thanks >-lanny > >* Lanny Baron * In the Beginning He Said "Let there be Light" >| Have you had your BEEF today? | He saw it was good. A few days later He said >| http://www.tht.net/~beef | "Let there be computers for mankind" And the >* * PC was made. He then turned on His heavenly >| Want a great operating system? | pc and the heavenly monitor displayed >| try FreeBSD, it's remarkable! | "Welcome to FreeBSD" And he jumped for joy. >* http://www.FreeBSD.org * >&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& > > >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