Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Commands to get the detail of disk usage on Linux !

  • Public
By Jit 808 days ago
#A simplistic approach would be du -shc /home/* du -shc /home/jnarayan #To sort it: du -smc /home/* | sort -n #There is also a wellknown Perl script that has the option of mailing disk usage reports per user: durep http://www.ubuntugeek.com/create-disk-usage-reports-with-durep.html