Librenix  
(Show all Scripting articles . . .
)  
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Scripting: Finding Large Files with biggest.sh

Up
vote
Down

Find the disk hogs on your system...
Biggest.sh searches a given file system and lists the biggest files it finds in size order — biggest first — displaying up to 500 lines of output. Five hundred lines of output may be a bit much, but biggest comes with a suite of options, one of which (-l) allows you to specify precisely how many lines you want returned. We do exactly that with our monitoring software. When a file system reaches alert level, we have the monitoring program call biggest.sh like this: biggest.sh -l 10 /usr. This returns the ten "biggest" files in /usr.
[Update: 18 April, 2005: A bug fix to biggest.sh is here. -Ed.]
 read more | mail this link | score:6870 | -Ray, April 12, 2005 (Updated: April 18, 2005)
More Sysadmin articles...

Colorful Abstract Art

admin headlines

Tutorial: Detect weak mail passwords

Configure an Email Gateway with Scrollout F1 Anti-Spam DLP

OpenVZ Tutorial: Build virtual host with Web, MySQL, Email, DNS servers on Debian 6

Passworded web directories with mod_auth_mysql on Apache2 (Debian 6)

Build a LAMP server (Apache2, PHP, MySQL, CentOS 5) in an Amazon Linux AMI

Tutorial: Apache2, mod_fcgid, PHP5 on Ubuntu 10.04

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin