<?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: 30 Useful Linux Commands for System Administrators	</title>
	<atom:link href="https://www.tecmint.com/useful-linux-commands-for-system-administrators/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/useful-linux-commands-for-system-administrators/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sun, 16 Jun 2024 17:36:49 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Laks Nallamothu		</title>
		<link>https://www.tecmint.com/useful-linux-commands-for-system-administrators/comment-page-1/#comment-2181010</link>

		<dc:creator><![CDATA[Laks Nallamothu]]></dc:creator>
		<pubDate>Sun, 16 Jun 2024 17:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1087#comment-2181010</guid>

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

I think most of the commands discussed are basic level and should be named as &lt;strong&gt;beginners&lt;/strong&gt; rather than &lt;strong&gt;Admin&lt;/strong&gt; only.

For the &lt;strong&gt;FTP&lt;/strong&gt; command sample to get or to put &lt;code&gt;*.txt&lt;/code&gt; files, show the command example once you log in to the remote site where the prompt would show &lt;code&gt;&#039;ftp&#062;&#039;&lt;/code&gt; as opposed to your local root user prompt &lt;code&gt;&#039;#&#039;&lt;/code&gt;.

Anyways, &lt;strong&gt;tecmint.com&lt;/strong&gt; is a good reference place to both learn and refer to for all Unix users. I happened to search for a Wi-Fi setup issue on a desktop/CentOS. I am a Unix fan, though I have not used it much in the last 20 years.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/useful-linux-commands-for-system-administrators/comment-page-1/#comment-1687314">Tim Faulkner</a>.</p>
<p>I think most of the commands discussed are basic level and should be named as <strong>beginners</strong> rather than <strong>Admin</strong> only.</p>
<p>For the <strong>FTP</strong> command sample to get or to put <code>*.txt</code> files, show the command example once you log in to the remote site where the prompt would show <code>'ftp&gt;'</code> as opposed to your local root user prompt <code>'#'</code>.</p>
<p>Anyways, <strong>tecmint.com</strong> is a good reference place to both learn and refer to for all Unix users. I happened to search for a Wi-Fi setup issue on a desktop/CentOS. I am a Unix fan, though I have not used it much in the last 20 years.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Raj		</title>
		<link>https://www.tecmint.com/useful-linux-commands-for-system-administrators/comment-page-1/#comment-1792916</link>

		<dc:creator><![CDATA[Raj]]></dc:creator>
		<pubDate>Thu, 12 May 2022 09:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1087#comment-1792916</guid>

					<description><![CDATA[Good Day Mate,

I am Raj, just a blog reader. While I was reading through this content (https://www.tecmint.com/useful-linux-commands-for-system-administrators/) I noticed that the CAT command is not defined correctly since cat (short for concatenate) command are used to create single or multiple files, view content of a file, concatenate files and redirect output in terminal or files. The pipe symbol ( &#124; ) allows us to add multiple commands in a single command. 

Hope to see you correct the blog post.

Thank you,
Your&#039;s Sincerely,
Raj]]></description>
			<content:encoded><![CDATA[<p>Good Day Mate,</p>
<p>I am Raj, just a blog reader. While I was reading through this content (<a target="_blank" href="https://www.tecmint.com/useful-linux-commands-for-system-administrators/" rel="ugc">https://www.tecmint.com/useful-linux-commands-for-system-administrators/</a>) I noticed that the CAT command is not defined correctly since cat (short for concatenate) command are used to create single or multiple files, view content of a file, concatenate files and redirect output in terminal or files. The pipe symbol ( | ) allows us to add multiple commands in a single command. </p>
<p>Hope to see you correct the blog post.</p>
<p>Thank you,<br />
Your&#8217;s Sincerely,<br />
Raj</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tim Faulkner		</title>
		<link>https://www.tecmint.com/useful-linux-commands-for-system-administrators/comment-page-1/#comment-1687314</link>

		<dc:creator><![CDATA[Tim Faulkner]]></dc:creator>
		<pubDate>Sat, 25 Dec 2021 00:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1087#comment-1687314</guid>

					<description><![CDATA[Are you sure this is correct?
&lt;pre&gt;
# ftp &#062; mput *.txt
# ftp &#062; mget *.txt
&lt;/pre&gt;
Should it be:
&lt;pre&gt;
# ftp &#060; mput *.txt
# ftp &#060; mget *.txt
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Are you sure this is correct?</p>
<pre>
# ftp &gt; mput *.txt
# ftp &gt; mget *.txt
</pre>
<p>Should it be:</p>
<pre>
# ftp &lt; mput *.txt
# ftp &lt; mget *.txt
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ThumbOne		</title>
		<link>https://www.tecmint.com/useful-linux-commands-for-system-administrators/comment-page-1/#comment-1263724</link>

		<dc:creator><![CDATA[ThumbOne]]></dc:creator>
		<pubDate>Tue, 08 Oct 2019 03:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1087#comment-1263724</guid>

					<description><![CDATA[Seriously? Listing Less then More in the same list? Sorry, but that blows my mind a little.]]></description>
			<content:encoded><![CDATA[<p>Seriously? Listing Less then More in the same list? Sorry, but that blows my mind a little.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dinesh		</title>
		<link>https://www.tecmint.com/useful-linux-commands-for-system-administrators/comment-page-1/#comment-1103776</link>

		<dc:creator><![CDATA[Dinesh]]></dc:creator>
		<pubDate>Fri, 22 Feb 2019 07:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1087#comment-1103776</guid>

					<description><![CDATA[thanks a lot]]></description>
			<content:encoded><![CDATA[<p>thanks a lot</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
