<?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: How to Setup Samba Server in RHEL, Rocky Linux and AlmaLinux	</title>
	<atom:link href="https://www.tecmint.com/install-samba-rhel-rocky-linux-and-almalinux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-samba-rhel-rocky-linux-and-almalinux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 11 Sep 2025 05:14:31 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-samba-rhel-rocky-linux-and-almalinux/comment-page-1/#comment-2341318</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 11 Sep 2025 05:14:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=44922#comment-2341318</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-samba-rhel-rocky-linux-and-almalinux/comment-page-1/#comment-2341202&quot;&gt;frank pantaleo&lt;/a&gt;.

@Frank,

Glad to hear it helped! 

Always great to know the guide made the installation smoother for you.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-samba-rhel-rocky-linux-and-almalinux/comment-page-1/#comment-2341202">frank pantaleo</a>.</p>
<p>@Frank,</p>
<p>Glad to hear it helped! </p>
<p>Always great to know the guide made the installation smoother for you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: frank pantaleo		</title>
		<link>https://www.tecmint.com/install-samba-rhel-rocky-linux-and-almalinux/comment-page-1/#comment-2341202</link>

		<dc:creator><![CDATA[frank pantaleo]]></dc:creator>
		<pubDate>Wed, 10 Sep 2025 14:55:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=44922#comment-2341202</guid>

					<description><![CDATA[James,

I used this Samba guide to install it on a Red Hat server for a client. It was absolutely invaluable, really appreciate this documentation!]]></description>
			<content:encoded><![CDATA[<p>James,</p>
<p>I used this Samba guide to install it on a Red Hat server for a client. It was absolutely invaluable, really appreciate this documentation!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-samba-rhel-rocky-linux-and-almalinux/comment-page-1/#comment-1979602</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 08 Mar 2023 05:07:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=44922#comment-1979602</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-samba-rhel-rocky-linux-and-almalinux/comment-page-1/#comment-1979278&quot;&gt;Jeferson&lt;/a&gt;.

@Jeferson,

Thanks, I&#039;ve updated the article as per your suggestions...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-samba-rhel-rocky-linux-and-almalinux/comment-page-1/#comment-1979278">Jeferson</a>.</p>
<p>@Jeferson,</p>
<p>Thanks, I&#8217;ve updated the article as per your suggestions&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeferson		</title>
		<link>https://www.tecmint.com/install-samba-rhel-rocky-linux-and-almalinux/comment-page-1/#comment-1979278</link>

		<dc:creator><![CDATA[Jeferson]]></dc:creator>
		<pubDate>Tue, 07 Mar 2023 18:19:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=44922#comment-1979278</guid>

					<description><![CDATA[Very good and practical tutorial.

I just had problems getting the service to work because in this documentation it was missing to release the service on the firewall.
&lt;pre&gt;
$ sudo firewall-cmd --permanent --add-service=samba
$ sudo firewall-cmd --reload
&lt;/pre&gt;
To check if it&#039;s released:
&lt;pre&gt;
$ sudo firewall-cmd --list-services
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Very good and practical tutorial.</p>
<p>I just had problems getting the service to work because in this documentation it was missing to release the service on the firewall.</p>
<pre>
$ sudo firewall-cmd --permanent --add-service=samba
$ sudo firewall-cmd --reload
</pre>
<p>To check if it&#8217;s released:</p>
<pre>
$ sudo firewall-cmd --list-services
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: siddharth kumar		</title>
		<link>https://www.tecmint.com/install-samba-rhel-rocky-linux-and-almalinux/comment-page-1/#comment-1900006</link>

		<dc:creator><![CDATA[siddharth kumar]]></dc:creator>
		<pubDate>Mon, 17 Oct 2022 18:25:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=44922#comment-1900006</guid>

					<description><![CDATA[&lt;code&gt;# smbclient ‘\2.168.43.121\private’ -U smbuser&lt;/code&gt; (In this line starting ip address is missing kindly update asap).

Thanks for your documentation.]]></description>
			<content:encoded><![CDATA[<p><code># smbclient ‘\2.168.43.121\private’ -U smbuser</code> (In this line starting ip address is missing kindly update asap).</p>
<p>Thanks for your documentation.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
