<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Phat Site Blog &#187; users</title>
	<atom:link href="http://blog.phatsite.com/tag/users/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phatsite.com</link>
	<description>Web Stuff is Easy</description>
	<lastBuildDate>Sun, 29 Jan 2012 20:00:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating a New User in CentOS 5</title>
		<link>http://blog.phatsite.com/server-maintenance/creating-a-new-user-in-centos-5/</link>
		<comments>http://blog.phatsite.com/server-maintenance/creating-a-new-user-in-centos-5/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 23:12:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server Maintenance]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://blog.phatsite.com/?p=5</guid>
		<description><![CDATA[Creating a New User in CentOS 5
1. SSH to your server as root
2. Create a user:  /usr/sbin/useradd newuser
3. Expire ther user immediately: /usr/bin/chage -d 0 newuser
4. Set blank password: /usr/sbin/usermod -p &#8220;&#8221; newuser
5. If you want to set the user&#8217;s password:
* su newuser
* passwd
Changing password for user newuser
New UNIX password: &#60;enter your password&#62;
Retype new UNIX [...]]]></description>
			<content:encoded><![CDATA[<p>Creating a New User in CentOS 5</p>
<p>1. SSH to your server as root<br />
2. Create a user:  /usr/sbin/useradd newuser<br />
3. Expire ther user immediately: /usr/bin/chage -d 0 newuser<br />
4. Set blank password: /usr/sbin/usermod -p &#8220;&#8221; newuser<br />
5. If you want to set the user&#8217;s password:<br />
* su newuser<br />
* passwd<br />
Changing password for user newuser<br />
New UNIX password: &lt;enter your password&gt;<br />
Retype new UNIX password: &lt;enter your password&gt;<br />
passwd: all authentication tokens updated successfully.</p>
<p>That&#8217;s it!  From there on, you have a user that can be used to host your website or blog!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phatsite.com/server-maintenance/creating-a-new-user-in-centos-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

