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
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
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
GNU/Linux
Finding large files
David O'Meara
Rancher
Posts: 13459
I like...
posted 17 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 17 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 17 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
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...