<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux for Beginner Archives - Enlinux</title>
	<atom:link href="https://www.enlinux.com/tags/linux-for-beginner/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.enlinux.com/tags/linux-for-beginner/</link>
	<description>Linux Command Line Usage with Example</description>
	<lastBuildDate>Sun, 19 Sep 2021 01:41:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://www.enlinux.com/wp-content/uploads/2020/06/cropped-Enlinux-Fav-32x32.png</url>
	<title>Linux for Beginner Archives - Enlinux</title>
	<link>https://www.enlinux.com/tags/linux-for-beginner/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">178986394</site>	<item>
		<title>IP Command Examples and Usages</title>
		<link>https://www.enlinux.com/linux-command-line/ip-command-examples/</link>
					<comments>https://www.enlinux.com/linux-command-line/ip-command-examples/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Sun, 19 Sep 2021 01:41:51 +0000</pubDate>
				<guid isPermaLink="false">https://www.enlinux.com/?post_type=ht_kb&#038;p=857</guid>

					<description><![CDATA[<p>The IP command examples help you config you network interfaces settings in Linux easier and faster. It is a Linux net-tool for system and network administrators. The IP command is used to assign an IP address to a network interface or configure network interface parameters on Linux operating systems. This...</p>
<p>The post <a href="https://www.enlinux.com/linux-command-line/ip-command-examples/">IP Command Examples and Usages</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/linux-command-line/ip-command-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">857</post-id>	</item>
		<item>
		<title>kill Command Examples and Usages</title>
		<link>https://www.enlinux.com/linux-command-line/kill-command-examples/</link>
					<comments>https://www.enlinux.com/linux-command-line/kill-command-examples/#respond</comments>
		
		<dc:creator><![CDATA[Mahdi Nazari]]></dc:creator>
		<pubDate>Sat, 18 Sep 2021 05:33:23 +0000</pubDate>
				<guid isPermaLink="false">https://www.enlinux.com/?post_type=ht_kb&#038;p=842</guid>

					<description><![CDATA[<p>With this guide you have some useful kill command examples which help you termite a process in Linux. The first step in killing the unresponsive process is locating it. There are two commands I use to locate a process: top and ps. Top is a tool every administrator should get...</p>
<p>The post <a href="https://www.enlinux.com/linux-command-line/kill-command-examples/">kill Command Examples and Usages</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/linux-command-line/kill-command-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">842</post-id>	</item>
		<item>
		<title>dmesg Command Examples and Usages</title>
		<link>https://www.enlinux.com/linux-command-line/dmesg-command-examples/</link>
					<comments>https://www.enlinux.com/linux-command-line/dmesg-command-examples/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Thu, 09 Sep 2021 06:48:45 +0000</pubDate>
				<guid isPermaLink="false">https://www.enlinux.com/?post_type=ht_kb&#038;p=443</guid>

					<description><![CDATA[<p>The dmesg (diagnostic message) is a command on most Unix-like operating systems that prints the message buffer of the kernel. The output of dmesg command typically contains the messages produced by the device drivers. The dmesg command example article let you, deep-dive, into the hidden world of the Linux startup processes. Reviewing...</p>
<p>The post <a href="https://www.enlinux.com/linux-command-line/dmesg-command-examples/">dmesg Command Examples and Usages</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/linux-command-line/dmesg-command-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">443</post-id>	</item>
		<item>
		<title>pwd Command Examples and Usage</title>
		<link>https://www.enlinux.com/linux-command-line/pwd-command-examples/</link>
					<comments>https://www.enlinux.com/linux-command-line/pwd-command-examples/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Wed, 08 Sep 2021 05:02:19 +0000</pubDate>
				<guid isPermaLink="false">https://www.enlinux.com/?post_type=ht_kb&#038;p=270</guid>

					<description><![CDATA[<p>pwd command is for printing the current working directory. It will print the full system path of the current working directory to standard output. By default the pwd command ignores symlinks, although the full physical path of a current directory can be shown with an option. The manual and pwd...</p>
<p>The post <a href="https://www.enlinux.com/linux-command-line/pwd-command-examples/">pwd Command Examples and Usage</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/linux-command-line/pwd-command-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">270</post-id>	</item>
		<item>
		<title>cp Command Examples and Usages</title>
		<link>https://www.enlinux.com/linux-command-line/cp-command-examples/</link>
					<comments>https://www.enlinux.com/linux-command-line/cp-command-examples/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Wed, 08 Sep 2021 04:26:38 +0000</pubDate>
				<guid isPermaLink="false">https://www.enlinux.com/?post_type=ht_kb&#038;p=261</guid>

					<description><![CDATA[<p>The copy or cp is a command in various Unix and Unix-like operating systems for copying files and directories. The command has three principal modes of operation, expressed by the types of arguments presented to the program for copying a file to another file, one or more files to a directory, or for copying entire directories to another directory. You find some...</p>
<p>The post <a href="https://www.enlinux.com/linux-command-line/cp-command-examples/">cp Command Examples and Usages</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/linux-command-line/cp-command-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">261</post-id>	</item>
		<item>
		<title>lsusb Command Examples and Usages</title>
		<link>https://www.enlinux.com/linux-command-line/lsusb-command-examples/</link>
					<comments>https://www.enlinux.com/linux-command-line/lsusb-command-examples/#respond</comments>
		
		<dc:creator><![CDATA[Mahdi Nazari]]></dc:creator>
		<pubDate>Wed, 08 Sep 2021 02:57:04 +0000</pubDate>
				<guid isPermaLink="false">https://www.enlinux.com/?post_type=ht_kb&#038;p=741</guid>

					<description><![CDATA[<p>The lsusb command in Linux is used to display the attached USB buses and connected devices information. These lsusb command examples help your find connected USB devices in Linux machine quickly. You may find the lsusb command examples not working in your Linux distro. To solve the issue try to...</p>
<p>The post <a href="https://www.enlinux.com/linux-command-line/lsusb-command-examples/">lsusb Command Examples and Usages</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/linux-command-line/lsusb-command-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">741</post-id>	</item>
		<item>
		<title>lspci Command Examples and Usages</title>
		<link>https://www.enlinux.com/linux-command-line/lspci-command-examples/</link>
					<comments>https://www.enlinux.com/linux-command-line/lspci-command-examples/#respond</comments>
		
		<dc:creator><![CDATA[Mahdi Nazari]]></dc:creator>
		<pubDate>Tue, 07 Sep 2021 04:50:10 +0000</pubDate>
				<guid isPermaLink="false">https://www.enlinux.com/?post_type=ht_kb&#038;p=737</guid>

					<description><![CDATA[<p>Learn lspci command examples faster. The lspci apart from displaying information about the bus, it will also display information about all the hardware devices that are connected to your PCI and PCIe bus. Let&#8217;s check the lspci manual guide before going to test the lspci command examples in a Linux...</p>
<p>The post <a href="https://www.enlinux.com/linux-command-line/lspci-command-examples/">lspci Command Examples and Usages</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/linux-command-line/lspci-command-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">737</post-id>	</item>
		<item>
		<title>dmidecode Command Examples and Usages</title>
		<link>https://www.enlinux.com/linux-command-line/dmidecode-command-examples/</link>
					<comments>https://www.enlinux.com/linux-command-line/dmidecode-command-examples/#respond</comments>
		
		<dc:creator><![CDATA[Mahdi Nazari]]></dc:creator>
		<pubDate>Tue, 07 Sep 2021 02:34:13 +0000</pubDate>
				<guid isPermaLink="false">https://www.enlinux.com/?post_type=ht_kb&#038;p=735</guid>

					<description><![CDATA[<p>Viewing system profile in Linux with dmidecode command examples. The dmidecode reports information about the system&#8217;s hardware as described in the system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details...</p>
<p>The post <a href="https://www.enlinux.com/linux-command-line/dmidecode-command-examples/">dmidecode Command Examples and Usages</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/linux-command-line/dmidecode-command-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">735</post-id>	</item>
		<item>
		<title>Cat Command Examples and Usages</title>
		<link>https://www.enlinux.com/linux-command-line/cat-command-examples/</link>
					<comments>https://www.enlinux.com/linux-command-line/cat-command-examples/#respond</comments>
		
		<dc:creator><![CDATA[Mahdi Nazari]]></dc:creator>
		<pubDate>Mon, 06 Sep 2021 07:09:04 +0000</pubDate>
				<guid isPermaLink="false">https://www.enlinux.com/?post_type=ht_kb&#038;p=729</guid>

					<description><![CDATA[<p>The cat command examples and usages is a simple reference resource for learning the Linux command line faster. Read more about memory allocation in Linux operating system. NAME concatenate files and print on the standard output SYNOPSIS DESCRIPTION Concatenate FILE(s) to standard output. With no FILE, or when FILE is...</p>
<p>The post <a href="https://www.enlinux.com/linux-command-line/cat-command-examples/">Cat Command Examples and Usages</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/linux-command-line/cat-command-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">729</post-id>	</item>
		<item>
		<title>free Command Examples and Usages</title>
		<link>https://www.enlinux.com/linux-command-line/free-command-examples-and-usages/</link>
					<comments>https://www.enlinux.com/linux-command-line/free-command-examples-and-usages/#respond</comments>
		
		<dc:creator><![CDATA[Mahdi Nazari]]></dc:creator>
		<pubDate>Mon, 06 Sep 2021 06:31:49 +0000</pubDate>
				<guid isPermaLink="false">https://www.enlinux.com/?post_type=ht_kb&#038;p=731</guid>

					<description><![CDATA[<p>The free command provides information about the total amount of the physical and swap memory, as well as the free and used memory. You can learn more with free command examples in this simple guide and other Linux command Lines. NAME Display amount of free and used memory in the system. SYNOPSIS DESCRIPTION free...</p>
<p>The post <a href="https://www.enlinux.com/linux-command-line/free-command-examples-and-usages/">free Command Examples and Usages</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/linux-command-line/free-command-examples-and-usages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">731</post-id>	</item>
	</channel>
</rss>
