<?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 Commands Archives - Enlinux</title>
	<atom:link href="https://www.enlinux.com/tag/linux-commands/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.enlinux.com/tag/linux-commands/</link>
	<description>Linux Command Line Usage with Example</description>
	<lastBuildDate>Sat, 02 Oct 2021 04:27:18 +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 Commands Archives - Enlinux</title>
	<link>https://www.enlinux.com/tag/linux-commands/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">178986394</site>	<item>
		<title>How to Create Virtual Machine using virt-install Command</title>
		<link>https://www.enlinux.com/create-virtual-machine-using-virt-install/</link>
					<comments>https://www.enlinux.com/create-virtual-machine-using-virt-install/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Sat, 04 Sep 2021 06:37:32 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Red Hat Enterprise]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=682</guid>

					<description><![CDATA[<p>The virt-install command is what we are going to use for creating a virtual machine in a KVM environment. This tool can be used in both interactive and non-interactive mode. To create Virtual Machine using virt-install command, the KVM need to be installed on your host machine. Read the article...</p>
<p>The post <a href="https://www.enlinux.com/create-virtual-machine-using-virt-install/">How to Create Virtual Machine using virt-install Command</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/create-virtual-machine-using-virt-install/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">682</post-id>	</item>
		<item>
		<title>How to Create Multiple Users with Bash Script in Linux</title>
		<link>https://www.enlinux.com/create-multiple-users-bash-scripts/</link>
					<comments>https://www.enlinux.com/create-multiple-users-bash-scripts/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Thu, 02 Sep 2021 06:55:50 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux Bash Scripting]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=656</guid>

					<description><![CDATA[<p>Writing a simple Linux bash script to create multiple users accounts helps you approach user account creation in Linux a bit faster. But this just a simple bash script to create multiple users. You are free to add more options and features this script. We would appreciate if your share...</p>
<p>The post <a href="https://www.enlinux.com/create-multiple-users-bash-scripts/">How to Create Multiple Users with Bash Script in Linux</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/create-multiple-users-bash-scripts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">656</post-id>	</item>
		<item>
		<title>How to write Linux Bash ping Script to ping multiple Servers</title>
		<link>https://www.enlinux.com/linux-bash-ping-script-ping-multiple-servers/</link>
					<comments>https://www.enlinux.com/linux-bash-ping-script-ping-multiple-servers/#comments</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Fri, 06 Aug 2021 02:22:40 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux Bash Scripting]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=627</guid>

					<description><![CDATA[<p>Linux Bash scripting is easy and awesome to learn for automation. To write a Linux bash ping script to ping multiple servers or IP addresses, we need some Linux command line such as ping command, echo command, for loop, and sed command or awk command, for organising a clear output...</p>
<p>The post <a href="https://www.enlinux.com/linux-bash-ping-script-ping-multiple-servers/">How to write Linux Bash ping Script to ping multiple Servers</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/linux-bash-ping-script-ping-multiple-servers/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">627</post-id>	</item>
		<item>
		<title>Fixed: no acceptable C compiler found in $PATH</title>
		<link>https://www.enlinux.com/no-acceptable-c-compiler-found/</link>
					<comments>https://www.enlinux.com/no-acceptable-c-compiler-found/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Thu, 24 Jun 2021 08:42:42 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Red Hat Linux]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=617</guid>

					<description><![CDATA[<p>The configure error: no acceptable C compiler found in $PATH is occurring when we running code that needs a compiler to compile it. The solution of no acceptable C compiler found in $PATH is installing the gcc compiler or &#8220;Developer Tools&#8221; on your machine. For RedHat and CentOS: For Debian...</p>
<p>The post <a href="https://www.enlinux.com/no-acceptable-c-compiler-found/">Fixed: no acceptable C compiler found in $PATH</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/no-acceptable-c-compiler-found/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">617</post-id>	</item>
		<item>
		<title>Ultimate Bash Keyboard Shortcuts</title>
		<link>https://www.enlinux.com/bash-keyboard-shortcuts/</link>
					<comments>https://www.enlinux.com/bash-keyboard-shortcuts/#comments</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Tue, 22 Sep 2020 01:46:40 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Keyboard Shortcuts]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=600</guid>

					<description><![CDATA[<p>This guide provides you with an ultimate list of bash keyboard shortcuts that can help you use your shell more efficiently. If you cannot use a mouse or pointing device at all, see Keyboard navigation for more information on navigating user interfaces with only the keyboard. Bash Keyboard Shortcuts These...</p>
<p>The post <a href="https://www.enlinux.com/bash-keyboard-shortcuts/">Ultimate Bash Keyboard Shortcuts</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/bash-keyboard-shortcuts/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">600</post-id>	</item>
		<item>
		<title>How to Manage Swap Space on RHEL/CentOS 8.x</title>
		<link>https://www.enlinux.com/manage-swap-space/</link>
					<comments>https://www.enlinux.com/manage-swap-space/#comments</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Mon, 17 Aug 2020 03:09:46 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[Fdisk]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Red Hat Linux]]></category>
		<category><![CDATA[Swap Space]]></category>
		<category><![CDATA[Swapoff Command]]></category>
		<category><![CDATA[Swapon Command]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=346</guid>

					<description><![CDATA[<p>The Swap space partition or file in Linux is used when the amount of physical memory (RAM) is full. If the system needs more memory resources and the RAM is full, inactive pages in memory are moved to the swap space. While swap space can help machines with a small...</p>
<p>The post <a href="https://www.enlinux.com/manage-swap-space/">How to Manage Swap Space on RHEL/CentOS 8.x</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/manage-swap-space/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">346</post-id>	</item>
	</channel>
</rss>
