Finding obsolete files with Agedu
The Comber

© kardo, Fotolia.com
Agedu helps you clean up your hard drive by identifying old files. Free up wasted space instead of creating wasted time.
In this multimedia age, home computer hard disks always seem too small. Giant files quickly fill up drives that somehow seem to have a very short half-life. The consequence is too many time-consuming disk cleaning sessions.
Depending on your choice of window manager, Linux offers a variety of graphical tools that show your disk and directory space usage. Nearly all of these tools are based on the du command-line utility, which provides statistics for individual directories. The downside of du is that it is hard to tell which subdirectories have more than their share of obsolete files.
Simon Tatham, a developer from the UK, looked into this problem and came up with a tool named Agedu that reliably identifies unneeded file ballast. Agedu reads the Linux filesystem's internal last-access timestamp for each file and displays the results as an easy-to-read bar chart in a web browser. This display gives users a reliable at-a-glance overview of directories containing files that have not been accessed for an extended period of time. Agedu additionally combines the timestamp function with du disk space statistics for the files in each directory.
Installation
Agedu is only available from the developer's website as a source code package [1]; as of this writing, the version number was 8442. After downloading the latest tarball, unpack it in a temporary directory by typing tar -xzvf agedu-rversion.tar.gz, substituting the version number of your copy of agedu. Change to the directory and install the tool with the ./configure, make, and make install commands; you need to be root for the last step. When you are done, delete the tarball along with the temporary agedu-rversion
directory.
To receive meaningful output, you need to launch Agedu twice. In the first round, the software scans the disk to check directory usage. For this, type agedu --scan /directory to tell Agedu to scan a directory and its subdirectories and create an index file. Depending on the position of the directory in the directory tree and the number of files it contains, this can take a while. In the second round, Agedu evaluates the index file before displaying the results in your web browser as a colorful bar chart. What's more, Agedu includes its own lean web server that even has its own authentication mechanisms. To evaluate the index file and then launch the web server, launch Agedu with the agedu --web command (Figure 1).
The software enables its internal web server and uses an IP address from the localhost address space (typically 127.164.152.163). The program uses a different port each time you launch it. This prevents unauthorized machines on the local network accessing the web server.
If the authentication feature is enabled, Agedu additionally generates a password whenever the web server is launched and displays the password in the terminal window.
The complete URL is displayed in the terminal and right-clicking with the mouse followed by a left-click on the Open linkn item launches the system's default web browser, which then displays the bar chart (Figure 2).
Agedu supports a number of optional parameters that reflect the program's feature scope. Threshold values let you define how old files have to be for Agedu to consider them obsolete; instead of the last access date, you can choose the last change date as the criterion for the statistics. On request, the tool also performs a scan over multiple filesystems.
The IP address and port number for communicating with the web browser can be defined individually, and you can choose an authentication method for the internal web server. The user name and password can be defined by passing in parameters. If needed, Agedu will display a text version of the scan results in a terminal window, instead of sending graphical output to the browser. Because the software lets you combine parameters, multiple steps can be combined in a single command; Agedu will process the steps sequentially.
Conclusions
Agedu gives you a quick overview of accumulations of obsolete files in the directories on your filesystem. The clear-cut graphical bar graphics save time searching.
Additionally, the software is customizable to reflect your requirements and preferences, but the huge range of options will see even experienced users scuttling to read the very detailed man page [2] before using the program.
Infos
- Agedu homepage: http://www.chiark.greenend.org.uk/~sgtatham/agedu/
- Agedu man page: http://www.chiark.greenend.org.uk/~sgtatham/agedu/manpage.html
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
News
-
The First Point Release For Ubuntu 22.04 is Now Available
Canonical has released the first point upgrade for Jammy Jellyfish which includes important new toolchains and fixes.
-
Kali Linux 2022.3 Released
From the creators of the most popular penetration testing distributions on the planet, comes a new release with some new tools and a community, real-time chat option.
-
The 14" Pinebook Pro Linux Laptop is Shipping
After a considerable delay, the 14" version of the Pinebook Pro laptop is, once again, available for purchase.
-
OpenMandriva Lx ROME Technical Preview Released
OpenMandriva’s rolling release distribution technical preview has been released for testing purposes and adds some of the latest/greatest software into the mix.
-
Linux Mint 21 is Now Available
The latest iteration of Linux Mint, codenamed Vanessa, has been released with a new upgrade tool and other fantastic features.
-
Firefox Adds Long-Anticipated Feature
Firefox 103 has arrived and it now includes a feature users have long awaited…sort of.
-
System76 Refreshes Their Popular Oryx Pro Laptop with a New CPU
The System76 Oryx Pro laptop has been relaunched with a 12th Gen CPU and more powerful graphics options.
-
Elive Has Released a New Beta
The Elive team is proud to announce the latest beta version (3.8.30) of its Enlightenment-centric Linux distribution.
-
Rocky Linux 9 Has Arrived
The latest iteration of Rocky Linux is now available and includes a host of new features and support for new architecture.
-
Slimbook Executive Linux Ultrabook Upgrading Their CPUs
The Spanish-based company, Slimbook, has made available their next generation Slimbook Executive Linux ultrabooks with a 12th Gen Intel Alder Lake CPU.