<?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: Level Up Linux: 20 Must-Know Commands for Newbies	</title>
	<atom:link href="https://www.tecmint.com/useful-linux-commands-for-newbies/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/useful-linux-commands-for-newbies/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 26 May 2025 04:51:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/useful-linux-commands-for-newbies/comment-page-1/#comment-2310633</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 26 May 2025 04:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2991#comment-2310633</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/useful-linux-commands-for-newbies/comment-page-1/#comment-2309955&quot;&gt;Gérard&lt;/a&gt;.

@Gerard,

Officially, &lt;code&gt;dd&lt;/code&gt; comes from “&lt;strong&gt;data definition&lt;/strong&gt;” or “&lt;strong&gt;data description&lt;/strong&gt;” in the original Unix manuals, but many people casually say it stands for things like “&lt;strong&gt;Disk Dump&lt;/strong&gt;” or “&lt;strong&gt;Data Duplication&lt;/strong&gt;” because of how it’s commonly used.

At its core, &lt;code&gt;dd&lt;/code&gt; is a tool for copying and converting data at a low level, which is why it’s so powerful and flexible.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/useful-linux-commands-for-newbies/comment-page-1/#comment-2309955">Gérard</a>.</p>
<p>@Gerard,</p>
<p>Officially, <code>dd</code> comes from “<strong>data definition</strong>” or “<strong>data description</strong>” in the original Unix manuals, but many people casually say it stands for things like “<strong>Disk Dump</strong>” or “<strong>Data Duplication</strong>” because of how it’s commonly used.</p>
<p>At its core, <code>dd</code> is a tool for copying and converting data at a low level, which is why it’s so powerful and flexible.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gérard		</title>
		<link>https://www.tecmint.com/useful-linux-commands-for-newbies/comment-page-1/#comment-2309955</link>

		<dc:creator><![CDATA[Gérard]]></dc:creator>
		<pubDate>Fri, 23 May 2025 19:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2991#comment-2309955</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/useful-linux-commands-for-newbies/comment-page-1/#comment-1338797&quot;&gt;Robyn Willison&lt;/a&gt;.

&quot;The dd command stands for ‘Convert and Copy a file‘ &quot;

&quot;dd is Disk Dump.&quot;

If you read a lot of documentation on that dd command, dd could stand for &quot;Data Duplication&quot;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/useful-linux-commands-for-newbies/comment-page-1/#comment-1338797">Robyn Willison</a>.</p>
<p>&#8220;The dd command stands for ‘Convert and Copy a file‘ &#8221;</p>
<p>&#8220;dd is Disk Dump.&#8221;</p>
<p>If you read a lot of documentation on that dd command, dd could stand for &#8220;Data Duplication&#8221;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gérard		</title>
		<link>https://www.tecmint.com/useful-linux-commands-for-newbies/comment-page-1/#comment-2309954</link>

		<dc:creator><![CDATA[Gérard]]></dc:creator>
		<pubDate>Fri, 23 May 2025 19:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2991#comment-2309954</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/useful-linux-commands-for-newbies/comment-page-1/#comment-1051770&quot;&gt;madhav&lt;/a&gt;.

I think madhav is correct. The command should be instead:

root@tecmint:~# dd if=/home/user/Downloads/debian.iso of=/dev/sdb1 bs=4M oflag=sync

I also think that 512M is most likely impossible to achieve on a wide majority of computer systems and USB drives.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/useful-linux-commands-for-newbies/comment-page-1/#comment-1051770">madhav</a>.</p>
<p>I think madhav is correct. The command should be instead:</p>
<p>root@tecmint:~# dd if=/home/user/Downloads/debian.iso of=/dev/sdb1 bs=4M oflag=sync</p>
<p>I also think that 512M is most likely impossible to achieve on a wide majority of computer systems and USB drives.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Robyn Willison		</title>
		<link>https://www.tecmint.com/useful-linux-commands-for-newbies/comment-page-1/#comment-1338797</link>

		<dc:creator><![CDATA[Robyn Willison]]></dc:creator>
		<pubDate>Wed, 17 Jun 2020 04:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2991#comment-1338797</guid>

					<description><![CDATA[&lt;strong&gt;dd&lt;/strong&gt; is Disk Dump. I use it to back up a hard drive to a &lt;code&gt;.iso&lt;/code&gt; file before I do any work on it ie recover files, upgrade os, etc.

Nicely paced article]]></description>
			<content:encoded><![CDATA[<p><strong>dd</strong> is Disk Dump. I use it to back up a hard drive to a <code>.iso</code> file before I do any work on it ie recover files, upgrade os, etc.</p>
<p>Nicely paced article</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: madhav		</title>
		<link>https://www.tecmint.com/useful-linux-commands-for-newbies/comment-page-1/#comment-1051770</link>

		<dc:creator><![CDATA[madhav]]></dc:creator>
		<pubDate>Mon, 22 Oct 2018 15:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2991#comment-1051770</guid>

					<description><![CDATA[As i know; is a meta character which is used to separate two commands then what is the use of command after ; here in this dd command and what bs=512M  used for?
&lt;pre&gt;
root@tecmint:~# dd if=/home/user/Downloads/debian.iso of=/dev/sdb1 bs=512M; sync
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>As i know; is a meta character which is used to separate two commands then what is the use of command after ; here in this dd command and what bs=512M  used for?</p>
<pre>
root@tecmint:~# dd if=/home/user/Downloads/debian.iso of=/dev/sdb1 bs=512M; sync
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
