<?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: 100+ Essential Linux Commands for Every Linux User	</title>
	<atom:link href="https://www.tecmint.com/essential-linux-commands/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 11 Jul 2025 07:19:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: George Van Tuyl		</title>
		<link>https://www.tecmint.com/essential-linux-commands/comment-page-1/#comment-1981977</link>

		<dc:creator><![CDATA[George Van Tuyl]]></dc:creator>
		<pubDate>Sat, 11 Mar 2023 19:24:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?page_id=49414#comment-1981977</guid>

					<description><![CDATA[The &lt;strong&gt;dd command&lt;/strong&gt; is what got me hooked on Linux when I was transitioning from AIX and OS/2 Warp v4 to Linux. That is how I burned my first iso image to a CD-ROM now I use a USB flash memory stick.
&lt;pre&gt;
# dd if=slackware64-15.0-install-dvd.iso of=/dev/sda
&lt;/pre&gt;
Where &lt;strong&gt;/dev/sda&lt;/strong&gt; is the USB port the USB memory stick was inserted into as seen by the last lines of the &quot;&lt;strong&gt;sudo dmesg&lt;/strong&gt;&quot; command.
&lt;pre&gt;
&lt;strong&gt;gvtlinux@Archimedes:~$ sudo dmesg&lt;/strong&gt;

[ 4688.603949] usb 3-2: new high-speed USB device number 5 using xhci_hcd
[ 4688.754424] usb 3-2: New USB device found, idVendor=0781, idProduct=5571, bcdDevice= 1.00
[ 4688.754431] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4688.754433] usb 3-2: Product: Cruzer Fit
[ 4688.754434] usb 3-2: Manufacturer: SanDisk&#039;
[ 4688.754435] usb 3-2: SerialNumber: 00000324043021141505
[ 4688.755824] usb-storage 3-2:1.0: USB Mass Storage device detected
[ 4688.757741] scsi host2: usb-storage 3-2:1.0
[ 4689.785100] scsi 2:0:0:0: Direct-Access     SanDisk&#039; Cruzer Fit       1.00 PQ: 0 ANSI: 6
[ 4689.785551] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 4689.786276] sd 2:0:0:0: [sda] 15630336 512-byte logical blocks: (8.00 GB/7.45 GiB)
[ 4689.788519] sd 2:0:0:0: [sda] Write Protect is off
[ 4689.788523] sd 2:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 4689.788886] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn&#039;t support DPO or FUA
[ 4689.797168]  sda: sda1 sda2
[ 4689.797278] sd 2:0:0:0: [sda] Attached SCSI removable disk
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>The <strong>dd command</strong> is what got me hooked on Linux when I was transitioning from AIX and OS/2 Warp v4 to Linux. That is how I burned my first iso image to a CD-ROM now I use a USB flash memory stick.</p>
<pre>
# dd if=slackware64-15.0-install-dvd.iso of=/dev/sda
</pre>
<p>Where <strong>/dev/sda</strong> is the USB port the USB memory stick was inserted into as seen by the last lines of the &#8220;<strong>sudo dmesg</strong>&#8221; command.</p>
<pre>
<strong>gvtlinux@Archimedes:~$ sudo dmesg</strong>

[ 4688.603949] usb 3-2: new high-speed USB device number 5 using xhci_hcd
[ 4688.754424] usb 3-2: New USB device found, idVendor=0781, idProduct=5571, bcdDevice= 1.00
[ 4688.754431] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4688.754433] usb 3-2: Product: Cruzer Fit
[ 4688.754434] usb 3-2: Manufacturer: SanDisk'
[ 4688.754435] usb 3-2: SerialNumber: 00000324043021141505
[ 4688.755824] usb-storage 3-2:1.0: USB Mass Storage device detected
[ 4688.757741] scsi host2: usb-storage 3-2:1.0
[ 4689.785100] scsi 2:0:0:0: Direct-Access     SanDisk' Cruzer Fit       1.00 PQ: 0 ANSI: 6
[ 4689.785551] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 4689.786276] sd 2:0:0:0: [sda] 15630336 512-byte logical blocks: (8.00 GB/7.45 GiB)
[ 4689.788519] sd 2:0:0:0: [sda] Write Protect is off
[ 4689.788523] sd 2:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 4689.788886] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 4689.797168]  sda: sda1 sda2
[ 4689.797278] sd 2:0:0:0: [sda] Attached SCSI removable disk
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
