Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within GNU/Linux
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830
this week in the
Programmer Certification
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
GNU/Linux
Finding large files
David O'Meara
Rancher
Posts: 13459
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I have a machine that appears to have something choking its disk. I know about using 'du', but does anyone have any pointers on ways to fine tune my search for the troublemaker(s)?
Jesper de Jong
Java Cowboy
Posts: 16084
88
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Have a look at the 'find' command (try 'man find'). You can use it to find files based on many different criteria, including the size of files.
For example, to find all files in the file system larger than 100 MB, do:
find / -size +100M -print
[ January 02, 2008: Message edited by: Jesper Young ]
Jesper's Blog
-
Pluralsight Author Page
Diego Freniche
Greenhorn
Posts: 8
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Install "filelight", a wonderful app that shows you used space graphically.
Just go to a root console and try:
apt-get install filelight
or better, use Synaptic package manager.
SCBCD 1.3, SCWCD 1.5, SCJP 1.5 & 1.6
Without subsidies, chem-ag food costs four times more than organic. Or this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Rueben or Clay??
Any chance that you will have a While X'mas?
Labels with Name in Javaranch Forum Site
Need IT Job in Canada
unable to access jsp pages
More...