<?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 Create Users in Linux [15 useradd Command Examples]	</title>
	<atom:link href="https://www.tecmint.com/add-users-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/add-users-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 23 Nov 2023 06:05:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/add-users-in-linux/comment-page-1/#comment-1399247</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Tue, 08 Dec 2020 12:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5902#comment-1399247</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/add-users-in-linux/comment-page-1/#comment-1398883&quot;&gt;Praveen&lt;/a&gt;.

&quot;Doesn’t Linux create a new user and assign UID to new users by default from – 1001, 1002, 1003 … onwards, instead of 500 ?&quot;

Depends on the distro.  Some start at 500.  It is also possible to change the starting number to almost anything you please, as long as the user numbers do not conflict with preset root/system numbers.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/add-users-in-linux/comment-page-1/#comment-1398883">Praveen</a>.</p>
<p>&#8220;Doesn’t Linux create a new user and assign UID to new users by default from – 1001, 1002, 1003 … onwards, instead of 500 ?&#8221;</p>
<p>Depends on the distro.  Some start at 500.  It is also possible to change the starting number to almost anything you please, as long as the user numbers do not conflict with preset root/system numbers.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Praveen		</title>
		<link>https://www.tecmint.com/add-users-in-linux/comment-page-1/#comment-1398883</link>

		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Mon, 07 Dec 2020 05:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5902#comment-1398883</guid>

					<description><![CDATA[Section 3. Create a User with Specific User ID - &#062; 

With reference to this statement - &quot;By default, whenever we create a new user accounts in Linux, it assigns userid 500, 501, 502 and so on…&quot; 

Doesn&#039;t Linux create a new user and assign UID to new users by default from - 1001, 1002, 1003 ... onwards, instead of 500 ?]]></description>
			<content:encoded><![CDATA[<p>Section 3. Create a User with Specific User ID &#8211; &gt; </p>
<p>With reference to this statement &#8211; &#8220;By default, whenever we create a new user accounts in Linux, it assigns userid 500, 501, 502 and so on…&#8221; </p>
<p>Doesn&#8217;t Linux create a new user and assign UID to new users by default from &#8211; 1001, 1002, 1003 &#8230; onwards, instead of 500 ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Binh Thanh Nguyen		</title>
		<link>https://www.tecmint.com/add-users-in-linux/comment-page-1/#comment-1359283</link>

		<dc:creator><![CDATA[Binh Thanh Nguyen]]></dc:creator>
		<pubDate>Mon, 31 Aug 2020 22:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5902#comment-1359283</guid>

					<description><![CDATA[Thanks, nice tips]]></description>
			<content:encoded><![CDATA[<p>Thanks, nice tips</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/add-users-in-linux/comment-page-1/#comment-1357512</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 27 Aug 2020 04:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5902#comment-1357512</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/add-users-in-linux/comment-page-1/#comment-1357256&quot;&gt;Yogesh Tiwari&lt;/a&gt;.

@Yogesh,

I hope this following command will help you to add user and password with one single command.
&lt;pre&gt;
$ sudo useradd username; echo password &#124; passwd username --stdin
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/add-users-in-linux/comment-page-1/#comment-1357256">Yogesh Tiwari</a>.</p>
<p>@Yogesh,</p>
<p>I hope this following command will help you to add user and password with one single command.</p>
<pre>
$ sudo useradd username; echo password | passwd username --stdin
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yogesh Tiwari		</title>
		<link>https://www.tecmint.com/add-users-in-linux/comment-page-1/#comment-1357256</link>

		<dc:creator><![CDATA[Yogesh Tiwari]]></dc:creator>
		<pubDate>Wed, 26 Aug 2020 13:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5902#comment-1357256</guid>

					<description><![CDATA[Hi, 

Can you please tell us to how to create a user with password in single command line on Debian 

Thank you.

Yogesh]]></description>
			<content:encoded><![CDATA[<p>Hi, </p>
<p>Can you please tell us to how to create a user with password in single command line on Debian </p>
<p>Thank you.</p>
<p>Yogesh</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
