<?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 Change the Short Name of a User Account in Mac OS X</title>
	<atom:link href="http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Tue, 18 Jun 2013 21:04:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: How to Change File Ownership in Mac OS X</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-553679</link>
		<dc:creator>How to Change File Ownership in Mac OS X</dc:creator>
		<pubDate>Sat, 27 Apr 2013 18:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-553679</guid>
		<description>[...] in mind that the user name you&#8217;re looking to use is the account short name, which is usually what a home directory is named after. If you&#8217;re not sure what the short [...]</description>
		<content:encoded><![CDATA[<p>[...] in mind that the user name you&#8217;re looking to use is the account short name, which is usually what a home directory is named after. If you&#8217;re not sure what the short [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-468636</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 24 Dec 2012 20:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-468636</guid>
		<description>A fast fix for people to gain control over all their information again after seemingly losing it by misplacing your home directory; 

----
Apple&#039;s support article HT1428: OS X: How to change user account name or home directory name, still refers to the old and buggy support article HT1528: Enabling and using the &quot;root&quot; user in Mac OS X. No one should ever need to enable the root user. This procedure is overly complex and buggy. If you really and truly need to act as the root user, use the Terminal and run the &quot;sudo&quot; command.
 
Here is a better procedure for changing a user account short name that does not require the root user:
 
Create a new Administrator account
Log in as the new Administrator account
Run Terminal.app and enter the following commands: 
cd /Users
sudo mv oldshortname newshortname
Where &quot;oldshortname&quot; is your old user name and &quot;newshortname&quot; is the user name you want to change it to. Keep in mind that both oldshortname and newshortname must be all lowercase, with no spaces, and only contain letters or numbers.
The &quot;sudo&quot; command will prompt your for a password. Enter the password you used when creating the new Administrator account and press &quot;enter&quot;. Nothing will be echoed on the screen.
Use the Users &amp; Groups pane (Accounts pane in Mac OS X v10.6.8 or earlier) in System Preferences to create a new user with the Account name or Short Name that you used in the previous step.
Click OK when &quot;A folder in the Users folder already has the name &#039;account name&#039;. Would you like to use that folder as the Home folder for this user account?&quot; appears. Note: This will correct the ownership of all files in the Home folder, and avoid permissions issues with the contents.
Use the Users &amp; Groups pane (Accounts pane in Mac OS X v10.6.8 or earlier) in System Preferences to delete the old user
Choose Log Out from the Apple menu.
Log in as the newly created user. You should be able to access all of your original files (on the desktop, in Documents, and in the other folders of this Home).
You will now need to rebuild the Spotlight index for your home directory. Follow the instructions in Spotlight: How to re-index folders or volumes and add your new home directory to the Privacy list and then remove it. This will trigger Spotlight to reindex your home directory and restore functionality of All My Files.
After verifying that your data is as expected, you can delete the original user account via the Users &amp; Groups pane (Accounts pane in Mac OS X v10.6.8 or earlier).

---
https://discussions.apple.com/docs/DOC-3872

&amp; for reference, 

http://www.iclarified.com/entry/index.php?enid=4598

As for the &quot;root user&quot; problem you will encounter in the iclarified article, you can always enable root commands in terminal by typing &quot;sudo -i&quot;. Although, if you follow the first one you&#039;ll be home free. 

Now... Getting all that information and your UID back after you do that - Im still trying to figure that out right now, but I assume its essentially the same thing as the fix for this massive fuckup, albeit a modified terminal command with the correct chown -R command. Always use &amp;&amp; before you type in commands like chown -R because &amp;&amp; denominates the function thats typed after it to be run only if the first is successful.</description>
		<content:encoded><![CDATA[<p>A fast fix for people to gain control over all their information again after seemingly losing it by misplacing your home directory; </p>
<p>&#8212;-<br />
Apple&#8217;s support article HT1428: OS X: How to change user account name or home directory name, still refers to the old and buggy support article HT1528: Enabling and using the &#8220;root&#8221; user in Mac OS X. No one should ever need to enable the root user. This procedure is overly complex and buggy. If you really and truly need to act as the root user, use the Terminal and run the &#8220;sudo&#8221; command.</p>
<p>Here is a better procedure for changing a user account short name that does not require the root user:</p>
<p>Create a new Administrator account<br />
Log in as the new Administrator account<br />
Run Terminal.app and enter the following commands:<br />
cd /Users<br />
sudo mv oldshortname newshortname<br />
Where &#8220;oldshortname&#8221; is your old user name and &#8220;newshortname&#8221; is the user name you want to change it to. Keep in mind that both oldshortname and newshortname must be all lowercase, with no spaces, and only contain letters or numbers.<br />
The &#8220;sudo&#8221; command will prompt your for a password. Enter the password you used when creating the new Administrator account and press &#8220;enter&#8221;. Nothing will be echoed on the screen.<br />
Use the Users &#038; Groups pane (Accounts pane in Mac OS X v10.6.8 or earlier) in System Preferences to create a new user with the Account name or Short Name that you used in the previous step.<br />
Click OK when &#8220;A folder in the Users folder already has the name &#8216;account name&#8217;. Would you like to use that folder as the Home folder for this user account?&#8221; appears. Note: This will correct the ownership of all files in the Home folder, and avoid permissions issues with the contents.<br />
Use the Users &#038; Groups pane (Accounts pane in Mac OS X v10.6.8 or earlier) in System Preferences to delete the old user<br />
Choose Log Out from the Apple menu.<br />
Log in as the newly created user. You should be able to access all of your original files (on the desktop, in Documents, and in the other folders of this Home).<br />
You will now need to rebuild the Spotlight index for your home directory. Follow the instructions in Spotlight: How to re-index folders or volumes and add your new home directory to the Privacy list and then remove it. This will trigger Spotlight to reindex your home directory and restore functionality of All My Files.<br />
After verifying that your data is as expected, you can delete the original user account via the Users &#038; Groups pane (Accounts pane in Mac OS X v10.6.8 or earlier).</p>
<p>&#8212;<br />
<a href="https://discussions.apple.com/docs/DOC-3872" rel="nofollow">https://discussions.apple.com/docs/DOC-3872</a></p>
<p>&amp; for reference, </p>
<p><a href="http://www.iclarified.com/entry/index.php?enid=4598" rel="nofollow">http://www.iclarified.com/entry/index.php?enid=4598</a></p>
<p>As for the &#8220;root user&#8221; problem you will encounter in the iclarified article, you can always enable root commands in terminal by typing &#8220;sudo -i&#8221;. Although, if you follow the first one you&#8217;ll be home free. </p>
<p>Now&#8230; Getting all that information and your UID back after you do that &#8211; Im still trying to figure that out right now, but I assume its essentially the same thing as the fix for this massive fuckup, albeit a modified terminal command with the correct chown -R command. Always use &amp;&amp; before you type in commands like chown -R because &amp;&amp; denominates the function thats typed after it to be run only if the first is successful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-468632</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 24 Dec 2012 20:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-468632</guid>
		<description>I find it appalling, the lack of specificity amongst the Mac community. And the sudo command above really not necessary. 

be sure to reboot your system after you change your short name and long name before you do anything else. follow all on screen prompts before you use any terminal commands.</description>
		<content:encoded><![CDATA[<p>I find it appalling, the lack of specificity amongst the Mac community. And the sudo command above really not necessary. </p>
<p>be sure to reboot your system after you change your short name and long name before you do anything else. follow all on screen prompts before you use any terminal commands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-468631</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 24 Dec 2012 20:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-468631</guid>
		<description>sluggo, 

%% needs to be in front of chown -R, (thats a CAPTIAL &quot;R&quot;).</description>
		<content:encoded><![CDATA[<p>sluggo, </p>
<p>%% needs to be in front of chown -R, (thats a CAPTIAL &#8220;R&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salmon</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-439463</link>
		<dc:creator>Salmon</dc:creator>
		<pubDate>Sat, 20 Oct 2012 18:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-439463</guid>
		<description>I just did something really wrong. I typed in my new short name in home directory instead of account name. I rebooted and created a new account. Cant find and delete this account. Taking up masses of memory.

Anyone help me please?</description>
		<content:encoded><![CDATA[<p>I just did something really wrong. I typed in my new short name in home directory instead of account name. I rebooted and created a new account. Cant find and delete this account. Taking up masses of memory.</p>
<p>Anyone help me please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-383697</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Mon, 30 Apr 2012 02:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-383697</guid>
		<description>i damaged my account and can&#039;t login. what do i do?</description>
		<content:encoded><![CDATA[<p>i damaged my account and can&#8217;t login. what do i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cisco</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-375028</link>
		<dc:creator>Cisco</dc:creator>
		<pubDate>Tue, 10 Apr 2012 15:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-375028</guid>
		<description>I LOVE YOU!!!! i just spent and hour looking how to change this, messing with everything in terminal, using all this non-sense..... all i wanted to change was the &quot;CurrentDirectory User&quot; THANK YOU!!!!</description>
		<content:encoded><![CDATA[<p>I LOVE YOU!!!! i just spent and hour looking how to change this, messing with everything in terminal, using all this non-sense&#8230;.. all i wanted to change was the &#8220;CurrentDirectory User&#8221; THANK YOU!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slugoo</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-289168</link>
		<dc:creator>slugoo</dc:creator>
		<pubDate>Tue, 29 Nov 2011 19:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-289168</guid>
		<description>To modify (fix) permissions via chown -R, you&#039;ll need a &#039;sudo&#039; in front of the command...</description>
		<content:encoded><![CDATA[<p>To modify (fix) permissions via chown -R, you&#8217;ll need a &#8216;sudo&#8217; in front of the command&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-252130</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 11 Oct 2011 03:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-252130</guid>
		<description>I did the exact same thing, did you figure out how to fix it?</description>
		<content:encoded><![CDATA[<p>I did the exact same thing, did you figure out how to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LP</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-229369</link>
		<dc:creator>LP</dc:creator>
		<pubDate>Wed, 31 Aug 2011 01:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-229369</guid>
		<description>Sorry, also once it&#039;s all done go to user and change your user to allow as an admin using root and the password you set earlier. Then turn root off to prevent security issues later.</description>
		<content:encoded><![CDATA[<p>Sorry, also once it&#8217;s all done go to user and change your user to allow as an admin using root and the password you set earlier. Then turn root off to prevent security issues later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LP</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-229368</link>
		<dc:creator>LP</dc:creator>
		<pubDate>Wed, 31 Aug 2011 01:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-229368</guid>
		<description>There&#039;s a quicker way to do all this.

Change user name to whatever you want.

Change your Macs Name to desired short name.
Via system preferences - sharing

Enable root user.

Log in as root user and change the name of the home folder to your short name.

Log out root and back in as user, right click on user name and change home directory to the home folder you renamed, it&#039;ll say you have to restart, click ok.

Done

This changes Everything you could possibly want to change regarding naming your Mac and home folder. I recently purchased a Mac mini with tiger from a friend and took these steps to rename everything. Funnily enough did it by accident but can vouch that I&#039;ve done it and it works :)</description>
		<content:encoded><![CDATA[<p>There&#8217;s a quicker way to do all this.</p>
<p>Change user name to whatever you want.</p>
<p>Change your Macs Name to desired short name.<br />
Via system preferences &#8211; sharing</p>
<p>Enable root user.</p>
<p>Log in as root user and change the name of the home folder to your short name.</p>
<p>Log out root and back in as user, right click on user name and change home directory to the home folder you renamed, it&#8217;ll say you have to restart, click ok.</p>
<p>Done</p>
<p>This changes Everything you could possibly want to change regarding naming your Mac and home folder. I recently purchased a Mac mini with tiger from a friend and took these steps to rename everything. Funnily enough did it by accident but can vouch that I&#8217;ve done it and it works <img src='http://cdn.osxdaily.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Ban</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-225956</link>
		<dc:creator>Jason Ban</dc:creator>
		<pubDate>Sun, 21 Aug 2011 17:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-225956</guid>
		<description>how do i got to users ?</description>
		<content:encoded><![CDATA[<p>how do i got to users ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-225690</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sun, 21 Aug 2011 03:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-225690</guid>
		<description>Someone please help. I think I just messed something up really bad. I entered this command into the terminal with my current name and preferred name: sudo mv /Users/oldname /Users/newshortname
Then I logged out and back in. Now I&#039;m left with what seems to be a fresh os (background, dock reset, and pictures, and documents missing. All that seems to remain are apps that I had downloaded that don&#039;t come with the system. I am running lion by the way. Did I really delete all my stuff or can this be fixed?</description>
		<content:encoded><![CDATA[<p>Someone please help. I think I just messed something up really bad. I entered this command into the terminal with my current name and preferred name: sudo mv /Users/oldname /Users/newshortname<br />
Then I logged out and back in. Now I&#8217;m left with what seems to be a fresh os (background, dock reset, and pictures, and documents missing. All that seems to remain are apps that I had downloaded that don&#8217;t come with the system. I am running lion by the way. Did I really delete all my stuff or can this be fixed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setup a User Name Alias as an Alternative to Changing Account Names in Mac OS X</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-198666</link>
		<dc:creator>Setup a User Name Alias as an Alternative to Changing Account Names in Mac OS X</dc:creator>
		<pubDate>Sun, 22 May 2011 12:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-198666</guid>
		<description>[...] you don&#8217;t want to deal with the lengthy process of changing the short user name in Mac OS X, an alternative is to setup user name aliases. A user name alias functions as a simple way to [...]</description>
		<content:encoded><![CDATA[<p>[...] you don&#8217;t want to deal with the lengthy process of changing the short user name in Mac OS X, an alternative is to setup user name aliases. A user name alias functions as a simple way to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Three ways to change the short username in Leopard</title>
		<link>http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/#comment-198582</link>
		<dc:creator>Three ways to change the short username in Leopard</dc:creator>
		<pubDate>Sat, 21 May 2011 22:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16150#comment-198582</guid>
		<description>[...] - April 17th, 2008 - 1 Comment    Update &#8211; May 2011: We have written an up to date article on exactly how to change a short user name in Mac OS X. Please refer to that for further assistance, it will work on Snow Leopard and prior [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; April 17th, 2008 &#8211; 1 Comment    Update &#8211; May 2011: We have written an up to date article on exactly how to change a short user name in Mac OS X. Please refer to that for further assistance, it will work on Snow Leopard and prior [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 347/348 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-06-18 21:08:17 -->