<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: 10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories	</title>
	<atom:link href="https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 14 Aug 2023 04:58:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: osnat		</title>
		<link>https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/comment-page-1/#comment-1731777</link>

		<dc:creator><![CDATA[osnat]]></dc:creator>
		<pubDate>Tue, 01 Mar 2022 11:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2014#comment-1731777</guid>

					<description><![CDATA[How can I check disk usage for every month?]]></description>
			<content:encoded><![CDATA[<p>How can I check disk usage for every month?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hans HM		</title>
		<link>https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/comment-page-1/#comment-1615508</link>

		<dc:creator><![CDATA[Hans HM]]></dc:creator>
		<pubDate>Thu, 21 Oct 2021 12:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2014#comment-1615508</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/comment-page-1/#comment-841279&quot;&gt;Stranger&lt;/a&gt;.

There can be two reasons (that I can think of):

One is Rounding:

The sizes are quite quickly rounded up (a few &lt;strong&gt;k&lt;/strong&gt; over the mark is enough).

10M File_A  - might be 9.2M
14M Dir_A   - might be 13.2M
23M total   - because that adds up to 22.4, which again is rounded up.

But I think that can&#039;t explain it fully.

It might be because you simplified your example and there are more of these files/directories of a few k which all get rounded up to 1M.

- The functioning of *
Another way is that there are files/directories starting with . in your main directory.
These are not shown in the list when you use *, but they are calculated in the total of the main directory.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/comment-page-1/#comment-841279">Stranger</a>.</p>
<p>There can be two reasons (that I can think of):</p>
<p>One is Rounding:</p>
<p>The sizes are quite quickly rounded up (a few <strong>k</strong> over the mark is enough).</p>
<p>10M File_A  &#8211; might be 9.2M<br />
14M Dir_A   &#8211; might be 13.2M<br />
23M total   &#8211; because that adds up to 22.4, which again is rounded up.</p>
<p>But I think that can&#8217;t explain it fully.</p>
<p>It might be because you simplified your example and there are more of these files/directories of a few k which all get rounded up to 1M.</p>
<p>&#8211; The functioning of *<br />
Another way is that there are files/directories starting with . in your main directory.<br />
These are not shown in the list when you use *, but they are calculated in the total of the main directory.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: K. de Jong		</title>
		<link>https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/comment-page-1/#comment-1211287</link>

		<dc:creator><![CDATA[K. de Jong]]></dc:creator>
		<pubDate>Fri, 26 Jul 2019 19:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2014#comment-1211287</guid>

					<description><![CDATA[A kilobyte is 1000 bytes, always has (referring to the &lt;code&gt;-k&lt;/code&gt; switch part). A kilo is always a unit of 1000 (e.g. a kilometer is also 1000 meters). A kibibyte is 1024 bytes. I know that Americans aren&#039;t used to the metric system, but please, get it right when you do use it. I see these mistakes happen in blogs like these all the time...]]></description>
			<content:encoded><![CDATA[<p>A kilobyte is 1000 bytes, always has (referring to the <code>-k</code> switch part). A kilo is always a unit of 1000 (e.g. a kilometer is also 1000 meters). A kibibyte is 1024 bytes. I know that Americans aren&#8217;t used to the metric system, but please, get it right when you do use it. I see these mistakes happen in blogs like these all the time&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/comment-page-1/#comment-1114108</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 18 Mar 2019 06:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2014#comment-1114108</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/comment-page-1/#comment-1113020&quot;&gt;jilson&lt;/a&gt;.

@Jilson,

Check this article to &lt;a href=&quot;https://www.tecmint.com/find-top-large-directories-and-files-sizes-in-linux/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Find Out Top Directories and Files Disk Space in Linux&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/comment-page-1/#comment-1113020">jilson</a>.</p>
<p>@Jilson,</p>
<p>Check this article to <a target="_blank" href="https://www.tecmint.com/find-top-large-directories-and-files-sizes-in-linux/" rel="noopener" target="_blank">Find Out Top Directories and Files Disk Space in Linux</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jilson		</title>
		<link>https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/comment-page-1/#comment-1113020</link>

		<dc:creator><![CDATA[jilson]]></dc:creator>
		<pubDate>Fri, 15 Mar 2019 10:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2014#comment-1113020</guid>

					<description><![CDATA[How can i find the 1st five largest in the file &lt;code&gt;/etc&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p>How can i find the 1st five largest in the file <code>/etc</code>.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
