<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Commands to get the detail of disk usage on Linux !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/43775/commands-to-get-the-detail-of-disk-usage-on-linux?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/43775/commands-to-get-the-detail-of-disk-usage-on-linux?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43775/commands-to-get-the-detail-of-disk-usage-on-linux</guid>
	<pubDate>Wed, 09 Feb 2022 21:44:37 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43775/commands-to-get-the-detail-of-disk-usage-on-linux</link>
	<title><![CDATA[Commands to get the detail of disk usage on Linux !]]></title>
	<description><![CDATA[<code>#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</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>