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
Subscribe to:
Post Comments (Atom)
2 comments:
When trying to run ./make I get this:
bash: ./make: No such file or directory
Any ideas?
I am running a Debian Lenny server
I have made a mistake on my blog it should not be "./make" but simply "make". Do try again and let me know
Post a Comment