<?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 User Accounts in Unix</title>
	<atom:link href="http://www.unixtutorial.org/2008/12/how-to-create-user-accounts-in-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2008/12/how-to-create-user-accounts-in-unix/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Thu, 21 Jan 2010 02:07:52 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sreenivasa murhy raju</title>
		<link>http://www.unixtutorial.org/2008/12/how-to-create-user-accounts-in-unix/comment-page-1/#comment-6014</link>
		<dc:creator>sreenivasa murhy raju</dc:creator>
		<pubDate>Thu, 03 Sep 2009 10:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=322#comment-6014</guid>
		<description>Good example. It helped me in creating the user and assinging the password.

Thanks
Sreenivasa</description>
		<content:encoded><![CDATA[<p>Good example. It helped me in creating the user and assinging the password.</p>
<p>Thanks<br />
Sreenivasa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gleb Reys</title>
		<link>http://www.unixtutorial.org/2008/12/how-to-create-user-accounts-in-unix/comment-page-1/#comment-1906</link>
		<dc:creator>Gleb Reys</dc:creator>
		<pubDate>Mon, 09 Feb 2009 10:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=322#comment-1906</guid>
		<description>Hi Dave, I&#039;ve just answered your question in today&#039;s post:

http://www.unixtutorial.org/2009/02/how-to-change-ownership-of-files-and-directories-in-unix/</description>
		<content:encoded><![CDATA[<p>Hi Dave, I've just answered your question in today's post:</p>
<p><a href="http://www.unixtutorial.org/2009/02/how-to-change-ownership-of-files-and-directories-in-unix/" rel="nofollow">http://www.unixtutorial.org/2009/02/how-to-change-ownership-of-files-and-directories-in-unix/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.unixtutorial.org/2008/12/how-to-create-user-accounts-in-unix/comment-page-1/#comment-1898</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 09 Feb 2009 01:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=322#comment-1898</guid>
		<description>How do you change the owner of all files owned by a user to another user?</description>
		<content:encoded><![CDATA[<p>How do you change the owner of all files owned by a user to another user?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What to do if numeric id is shown instead of Unix username &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2008/12/how-to-create-user-accounts-in-unix/comment-page-1/#comment-1699</link>
		<dc:creator>What to do if numeric id is shown instead of Unix username &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Tue, 06 Jan 2009 10:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=322#comment-1699</guid>
		<description>[...] &#8592; How To Create User Accounts in Unix [...]</description>
		<content:encoded><![CDATA[<p>[...] &larr; How To Create User Accounts in Unix [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gopal</title>
		<link>http://www.unixtutorial.org/2008/12/how-to-create-user-accounts-in-unix/comment-page-1/#comment-1680</link>
		<dc:creator>gopal</dc:creator>
		<pubDate>Sat, 03 Jan 2009 06:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=322#comment-1680</guid>
		<description>ya its really useful to me</description>
		<content:encoded><![CDATA[<p>ya its really useful to me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gleb Reys</title>
		<link>http://www.unixtutorial.org/2008/12/how-to-create-user-accounts-in-unix/comment-page-1/#comment-1608</link>
		<dc:creator>Gleb Reys</dc:creator>
		<pubDate>Wed, 24 Dec 2008 23:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=322#comment-1608</guid>
		<description>Hi Kuba,

And thanks for stopping by! I know exactly the script you&#039;re talking about, I&#039;ve seen adduser long time ago too.

The useradd command is a more recent one, and it&#039;s syntax is very close, if not the same, among all the Linux systems and Solaris.

This is the first post, so I&#039;ll be sure to expand on it explaining all the options! Also, since most users who are new to Unix don&#039;t know what home directory is anyway, they don&#039;t have to specify it - and even though the homedir won&#039;t be created, the user entry itself will be added without a problem.

Thanks for a great comment! Great to know someone&#039;s watching, and for more advanced users - great way to learn from comments until I post more.</description>
		<content:encoded><![CDATA[<p>Hi Kuba,</p>
<p>And thanks for stopping by! I know exactly the script you're talking about, I've seen adduser long time ago too.</p>
<p>The useradd command is a more recent one, and it's syntax is very close, if not the same, among all the Linux systems and Solaris.</p>
<p>This is the first post, so I'll be sure to expand on it explaining all the options! Also, since most users who are new to Unix don't know what home directory is anyway, they don't have to specify it &#8211; and even though the homedir won't be created, the user entry itself will be added without a problem.</p>
<p>Thanks for a great comment! Great to know someone's watching, and for more advanced users &#8211; great way to learn from comments until I post more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kuba</title>
		<link>http://www.unixtutorial.org/2008/12/how-to-create-user-accounts-in-unix/comment-page-1/#comment-1607</link>
		<dc:creator>kuba</dc:creator>
		<pubDate>Wed, 24 Dec 2008 22:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=322#comment-1607</guid>
		<description>The useradd command is not exactly the same in different UNIXEN a.o. Linux flavors.  Some time ago I also noticed an &quot;adduser&quot; script ( I think it was Redhat).

Now let&#039;s look at how useradd works in Solaris:

#useradd  -u jack -g other -c &quot;Jack The Ripper&quot; -d /export/home/username -s /bin/ksh -m jack

-c comment
-u uid
-g group
-d userdir
-s path to shell
-m make it

If you don&#039;t specify a group id, Solaris defaults to &quot;other&quot;.
If you don&#039;t explicitly specify the home dir, it won&#039;t be created.</description>
		<content:encoded><![CDATA[<p>The useradd command is not exactly the same in different UNIXEN a.o. Linux flavors.  Some time ago I also noticed an "adduser" script ( I think it was Redhat).</p>
<p>Now let's look at how useradd works in Solaris:</p>
<p>#useradd  -u jack -g other -c "Jack The Ripper" -d /export/home/username -s /bin/ksh -m jack</p>
<p>-c comment<br />
-u uid<br />
-g group<br />
-d userdir<br />
-s path to shell<br />
-m make it</p>
<p>If you don't specify a group id, Solaris defaults to "other".<br />
If you don't explicitly specify the home dir, it won't be created.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
