<?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 Block or Disable Normal User Logins in Linux	</title>
	<atom:link href="https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 02:05:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Levi Stanley		</title>
		<link>https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-1593825</link>

		<dc:creator><![CDATA[Levi Stanley]]></dc:creator>
		<pubDate>Thu, 23 Sep 2021 16:01:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27059#comment-1593825</guid>

					<description><![CDATA[Why hasn&#039;t this been updated in the article?  It seems they referenced it early in the article correctly, just when they show the command on the prompt it is reference incorrectly.]]></description>
			<content:encoded><![CDATA[<p>Why hasn&#8217;t this been updated in the article?  It seems they referenced it early in the article correctly, just when they show the command on the prompt it is reference incorrectly.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-1019513</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 30 Jul 2018 09:43:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27059#comment-1019513</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-1019415&quot;&gt;Rasheed Sobowale&lt;/a&gt;.

@Rasheed

Many thanks for the heads up, we will cross check.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-1019415">Rasheed Sobowale</a>.</p>
<p>@Rasheed</p>
<p>Many thanks for the heads up, we will cross check.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rasheed Sobowale		</title>
		<link>https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-1019416</link>

		<dc:creator><![CDATA[Rasheed Sobowale]]></dc:creator>
		<pubDate>Mon, 30 Jul 2018 00:20:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27059#comment-1019416</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-979786&quot;&gt;Janne Granström&lt;/a&gt;.

just make is &lt;code&gt;chsh -s /sbin/nologin tecmin&lt;/code&gt; it&#039;s easier.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-979786">Janne Granström</a>.</p>
<p>just make is <code>chsh -s /sbin/nologin tecmin</code> it&#8217;s easier.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rasheed Sobowale		</title>
		<link>https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-1019415</link>

		<dc:creator><![CDATA[Rasheed Sobowale]]></dc:creator>
		<pubDate>Mon, 30 Jul 2018 00:19:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27059#comment-1019415</guid>

					<description><![CDATA[its not suppose to be &lt;code&gt;chsh -s /bin/nologin tecmint&lt;/code&gt; it&#039;s suppose to be &lt;code&gt;chsh -s /sbin/nologin tecmint&lt;/code&gt; that&#039;s a syntax error.]]></description>
			<content:encoded><![CDATA[<p>its not suppose to be <code>chsh -s /bin/nologin tecmint</code> it&#8217;s suppose to be <code>chsh -s /sbin/nologin tecmint</code> that&#8217;s a syntax error.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Janne Granström		</title>
		<link>https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-979786</link>

		<dc:creator><![CDATA[Janne Granström]]></dc:creator>
		<pubDate>Tue, 03 Apr 2018 10:03:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27059#comment-979786</guid>

					<description><![CDATA[&quot;sudo nano /etc/password&quot; 

Find your username and replace the line: &lt;strong&gt;/bin/bash&lt;/strong&gt; with &lt;strong&gt;/usr/sbin/nologin&lt;/strong&gt;.]]></description>
			<content:encoded><![CDATA[<p>&#8220;sudo nano /etc/password&#8221; </p>
<p>Find your username and replace the line: <strong>/bin/bash</strong> with <strong>/usr/sbin/nologin</strong>.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
