Tuesday, April 14, 2009

Agedu - Combing Files with Agedu

Agedu is a toolkits that help system administrators or users to help identify old files, and hence to delete them. Although like most administrator, we often use
# du -s. But du only tells you what is big and not what's too big

Step 1: To begin with, start getting the source packager from Agedu
# tar -zxvf agedu-rversion.tar.gz
#./configure
#make
#make install

Step 2: Scan the directory you want agedu to catalogue
# ./agedu --scan /directory
#./agedu --web
(A URL: 127.164.xxx.xxx:xxxxx). You can copy and paste the links on the LINUX Web Browser and you have it.

For more information, you can also see Agedu Man Page

2 comments:

Unknown said...

When trying to run ./make I get this:
bash: ./make: No such file or directory

Any ideas?

I am running a Debian Lenny server

kittycool said...

I have made a mistake on my blog it should not be "./make" but simply "make". Do try again and let me know