<?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: The Ultimate Guide to Create Users in Linux / Unix</title>
	<atom:link href="http://www.thegeekstuff.com/2009/06/useradd-adduser-newuser-how-to-create-linux-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/06/useradd-adduser-newuser-how-to-create-linux-users/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Wed, 17 Mar 2010 06:04:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Liberty</title>
		<link>http://www.thegeekstuff.com/2009/06/useradd-adduser-newuser-how-to-create-linux-users/comment-page-1/#comment-29759</link>
		<dc:creator>Liberty</dc:creator>
		<pubDate>Sun, 17 Jan 2010 11:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=552#comment-29759</guid>
		<description>Here&#039;s a command I use all the time
useradd -d /home/kevin -s /bin/bash -m kevin

This adds a user &#039;kevin&#039;, makes the home directory and sets the default shell to bash.

I can&#039;t ever remember the syntax, so here&#039;s a link -&gt; https://www.aplacetocode.com/tutorials/first-time-server-tutorial/</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a command I use all the time<br />
useradd -d /home/kevin -s /bin/bash -m kevin</p>
<p>This adds a user &#8216;kevin&#8217;, makes the home directory and sets the default shell to bash.</p>
<p>I can&#8217;t ever remember the syntax, so here&#8217;s a link -&gt; <a href="https://www.aplacetocode.com/tutorials/first-time-server-tutorial/" rel="nofollow">https://www.aplacetocode.com/tutorials/first-time-server-tutorial/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aliza</title>
		<link>http://www.thegeekstuff.com/2009/06/useradd-adduser-newuser-how-to-create-linux-users/comment-page-1/#comment-22702</link>
		<dc:creator>Aliza</dc:creator>
		<pubDate>Tue, 17 Nov 2009 18:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=552#comment-22702</guid>
		<description>Otto: You can either set an email alias (mail to &quot;otto&quot; goes to &quot;xpto&quot;) using the methods for your MTA, which will just send mail sent to one account to the other, or you can create two accounts with the same UID and home directory.</description>
		<content:encoded><![CDATA[<p>Otto: You can either set an email alias (mail to &#8220;otto&#8221; goes to &#8220;xpto&#8221;) using the methods for your MTA, which will just send mail sent to one account to the other, or you can create two accounts with the same UID and home directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto Teixeira</title>
		<link>http://www.thegeekstuff.com/2009/06/useradd-adduser-newuser-how-to-create-linux-users/comment-page-1/#comment-15329</link>
		<dc:creator>Otto Teixeira</dc:creator>
		<pubDate>Fri, 21 Aug 2009 13:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=552#comment-15329</guid>
		<description>Is is possible to create something like a symlink for a user? Like to be able to reference a user my more than a name? Example: &#039;otto&#039; and &#039;xpto&#039; are the same user.

Thanks.</description>
		<content:encoded><![CDATA[<p>Is is possible to create something like a symlink for a user? Like to be able to reference a user my more than a name? Example: &#8216;otto&#8217; and &#8216;xpto&#8217; are the same user.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.RAGHU</title>
		<link>http://www.thegeekstuff.com/2009/06/useradd-adduser-newuser-how-to-create-linux-users/comment-page-1/#comment-11947</link>
		<dc:creator>S.RAGHU</dc:creator>
		<pubDate>Fri, 26 Jun 2009 05:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=552#comment-11947</guid>
		<description>As reported in Rhel 4 - adduser &amp; useradd are same. Similarly /etc/skel files are not copied . How to overcome this.</description>
		<content:encoded><![CDATA[<p>As reported in Rhel 4 &#8211; adduser &amp; useradd are same. Similarly /etc/skel files are not copied . How to overcome this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh Natarajan</title>
		<link>http://www.thegeekstuff.com/2009/06/useradd-adduser-newuser-how-to-create-linux-users/comment-page-1/#comment-11945</link>
		<dc:creator>Ramesh Natarajan</dc:creator>
		<pubDate>Fri, 26 Jun 2009 04:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=552#comment-11945</guid>
		<description>&lt;strong&gt;@Renich,&lt;/strong&gt;
I agree that &quot;marge&quot; is not a secure password. I&#039;ve updated the article with reference to the article I wrote earlier about &lt;a href=&quot;http://www.thegeekstuff.com/2008/06/the-ultimate-guide-for-creating-strong-passwords/&quot; rel=&quot;nofollow&quot;&gt;password best practices&lt;/a&gt;. I&#039;ve also updated the homer-family.txt file with relatively stronger password. Thanks for your feedback.

&lt;code&gt;&#160;&lt;/code&gt;
&lt;strong&gt;@Tapas,&lt;/strong&gt;
The comment field is not supposed to truncate anything automatically. Can you please do one of the following and I&#039;ll research about this further:

- Reply to the email I sent you with the words that you typed in the comment section that got wiped out.
- Try to enter the comment again. But this time, make sure you put those between &lt;pre&gt;&lt;/pre&gt;


&lt;code&gt;&#160;&lt;/code&gt;
&lt;strong&gt;@Hans,&lt;/strong&gt;

That is a copy/paste mistake. Thanks for pointing it out. I&#039;ve corrected it.

&lt;code&gt;&#160;&lt;/code&gt;
&lt;strong&gt;@Vinodh,&lt;/strong&gt;

On a very high level, following is the command. I&#039;ll try to write a detailed post later on this topic.

&lt;pre&gt;
Encrypt: gpg --encrypt Recipient [Data]

Decrypt: gpg [--decrypt] [Data]
&lt;/pre&gt;

&lt;code&gt;&#160;&lt;/code&gt;
&lt;strong&gt;@Daniel,&lt;/strong&gt;
Thanks for your comment. I&#039;m glad you found this article very helpful.

&lt;code&gt;&#160;&lt;/code&gt;
&lt;strong&gt;@Flynets,&lt;/strong&gt;
Thanks for sharing the scripts your wrote to add many users. It looks great.</description>
		<content:encoded><![CDATA[<p><strong>@Renich,</strong><br />
I agree that &#8220;marge&#8221; is not a secure password. I&#8217;ve updated the article with reference to the article I wrote earlier about <a href="http://www.thegeekstuff.com/2008/06/the-ultimate-guide-for-creating-strong-passwords/" rel="nofollow">password best practices</a>. I&#8217;ve also updated the homer-family.txt file with relatively stronger password. Thanks for your feedback.</p>
<p><code>&nbsp;</code><br />
<strong>@Tapas,</strong><br />
The comment field is not supposed to truncate anything automatically. Can you please do one of the following and I&#8217;ll research about this further:</p>
<p>- Reply to the email I sent you with the words that you typed in the comment section that got wiped out.<br />
- Try to enter the comment again. But this time, make sure you put those between &lt;pre&gt;&lt;/pre&gt;</p>
<p><code>&nbsp;</code><br />
<strong>@Hans,</strong></p>
<p>That is a copy/paste mistake. Thanks for pointing it out. I&#8217;ve corrected it.</p>
<p><code>&nbsp;</code><br />
<strong>@Vinodh,</strong></p>
<p>On a very high level, following is the command. I&#8217;ll try to write a detailed post later on this topic.</p>
<pre>
Encrypt: gpg --encrypt Recipient [Data]

Decrypt: gpg [--decrypt] [Data]
</pre>
<p><code>&nbsp;</code><br />
<strong>@Daniel,</strong><br />
Thanks for your comment. I&#8217;m glad you found this article very helpful.</p>
<p><code>&nbsp;</code><br />
<strong>@Flynets,</strong><br />
Thanks for sharing the scripts your wrote to add many users. It looks great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flynets</title>
		<link>http://www.thegeekstuff.com/2009/06/useradd-adduser-newuser-how-to-create-linux-users/comment-page-1/#comment-11913</link>
		<dc:creator>Flynets</dc:creator>
		<pubDate>Thu, 25 Jun 2009 12:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=552#comment-11913</guid>
		<description>hi, a few years later i write a little shell script for create many users with same configuration using useradd in 2 variants:

for debian-like: http://snippets.dzone.com/posts/show/4980
for red-hat-like: http://snippets.dzone.com/posts/show/4979

the only differerence is the command (gpw/passwdgen) for generate random password.
it take 2 arguments:
1- name of file that contains usernames (it&#039;s better one per line)
2- name of the log where will be write the couple username-password.

instead for blocking the users you ca use http://snippets.dzone.com/posts/show/5191

bye</description>
		<content:encoded><![CDATA[<p>hi, a few years later i write a little shell script for create many users with same configuration using useradd in 2 variants:</p>
<p>for debian-like: <a href="http://snippets.dzone.com/posts/show/4980" rel="nofollow">http://snippets.dzone.com/posts/show/4980</a><br />
for red-hat-like: <a href="http://snippets.dzone.com/posts/show/4979" rel="nofollow">http://snippets.dzone.com/posts/show/4979</a></p>
<p>the only differerence is the command (gpw/passwdgen) for generate random password.<br />
it take 2 arguments:<br />
1- name of file that contains usernames (it&#8217;s better one per line)<br />
2- name of the log where will be write the couple username-password.</p>
<p>instead for blocking the users you ca use <a href="http://snippets.dzone.com/posts/show/5191" rel="nofollow">http://snippets.dzone.com/posts/show/5191</a></p>
<p>bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Reimann</title>
		<link>http://www.thegeekstuff.com/2009/06/useradd-adduser-newuser-how-to-create-linux-users/comment-page-1/#comment-11910</link>
		<dc:creator>Daniel Reimann</dc:creator>
		<pubDate>Thu, 25 Jun 2009 12:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=552#comment-11910</guid>
		<description>Thanks for reviewing this important tool with us.</description>
		<content:encoded><![CDATA[<p>Thanks for reviewing this important tool with us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinodh</title>
		<link>http://www.thegeekstuff.com/2009/06/useradd-adduser-newuser-how-to-create-linux-users/comment-page-1/#comment-11906</link>
		<dc:creator>vinodh</dc:creator>
		<pubDate>Thu, 25 Jun 2009 10:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=552#comment-11906</guid>
		<description>hai,what are all the ways to encrypt and decrypt a file using gpg,command,could u plz define the step by step procedure in redhat...</description>
		<content:encoded><![CDATA[<p>hai,what are all the ways to encrypt and decrypt a file using gpg,command,could u plz define the step by step procedure in redhat&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hans berger</title>
		<link>http://www.thegeekstuff.com/2009/06/useradd-adduser-newuser-how-to-create-linux-users/comment-page-1/#comment-11904</link>
		<dc:creator>hans berger</dc:creator>
		<pubDate>Thu, 25 Jun 2009 09:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=552#comment-11904</guid>
		<description>Sry, but isn&#039;t the 1009 of bart in conflict with the uid of marge?
marge:marge:1009:1000:Marge Simpson:/home/marge:/bin/csh
bart:bart:1009:1000:Bart Simpson:/home/bart:/bin/ksh</description>
		<content:encoded><![CDATA[<p>Sry, but isn&#8217;t the 1009 of bart in conflict with the uid of marge?<br />
marge:marge:1009:1000:Marge Simpson:/home/marge:/bin/csh<br />
bart:bart:1009:1000:Bart Simpson:/home/bart:/bin/ksh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tapas Mallick</title>
		<link>http://www.thegeekstuff.com/2009/06/useradd-adduser-newuser-how-to-create-linux-users/comment-page-1/#comment-11898</link>
		<dc:creator>Tapas Mallick</dc:creator>
		<pubDate>Thu, 25 Jun 2009 05:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=552#comment-11898</guid>
		<description>Hi Ramesh,

is there any blacklisted word policy in this blog ? I found few words are shred in the webpage.</description>
		<content:encoded><![CDATA[<p>Hi Ramesh,</p>
<p>is there any blacklisted word policy in this blog ? I found few words are shred in the webpage.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
