<?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"
	>
<channel>
	<title>Comments on: How To Repair User Permissions In Mac OS X</title>
	<atom:link href="http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/</link>
	<description>devnulled provides news, tips, resources, and articles about various topics that software developers and engineers enjoy.</description>
	<pubDate>Sun, 23 Nov 2008 16:45:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: ethicalhacker</title>
		<link>http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-607338</link>
		<dc:creator>ethicalhacker</dc:creator>
		<pubDate>Thu, 23 Oct 2008 21:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-607338</guid>
		<description>So, in summary:

sudo chmod -R 770 ~</description>
		<content:encoded><![CDATA[<p>So, in summary:</p>
<p>sudo chmod -R 770 ~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clayton</title>
		<link>http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-557500</link>
		<dc:creator>Clayton</dc:creator>
		<pubDate>Sat, 09 Aug 2008 16:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-557500</guid>
		<description>Yo I Have 2 things to Speed up this

First Since OS X is Fully Unix Based, it knows ~ is your home dir. In Short The Command Used to Be Completely Safe is:
sudo chmod -R ug+rwX ~

And @Matt What App is It? There are Some Apps That Must Be System Owned Which is a Little Harder to do!
thanks</description>
		<content:encoded><![CDATA[<p>Yo I Have 2 things to Speed up this</p>
<p>First Since OS X is Fully Unix Based, it knows ~ is your home dir. In Short The Command Used to Be Completely Safe is:<br />
sudo chmod -R ug+rwX ~</p>
<p>And @Matt What App is It? There are Some Apps That Must Be System Owned Which is a Little Harder to do!<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-530680</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Tue, 15 Jul 2008 19:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-530680</guid>
		<description>my problem is that i need to fix an application's permissions. how would i do that in the terminal?</description>
		<content:encoded><![CDATA[<p>my problem is that i need to fix an application&#8217;s permissions. how would i do that in the terminal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saving to HD after firewire transfer from old iMac - MacNN Forums</title>
		<link>http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-189731</link>
		<dc:creator>saving to HD after firewire transfer from old iMac - MacNN Forums</dc:creator>
		<pubDate>Tue, 14 Aug 2007 00:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-189731</guid>
		<description>[...] Originally Posted by rsharma&#160;   However, I am need to give my password before it allows me to proceed, to verify I am an administrator. Also, it seems that a lot of the files I transfered are now 'read only'. Is there anyone that could shed some light on the topic and help me fix it.   This is the same problem. Permissions are incorrect. Easiest solutions require using the terminal though.  First, make sure you have a backup user account with admin privileges. Then try: sudo chown -R username /Users/username Here username is your short user name, the name of the folder in the Users directory of the hard disk. It will ask you for your password in order to do this. Then log out and log back in.  If that doesn't work, these instructions should apply. [...]</description>
		<content:encoded><![CDATA[<p>[...] Originally Posted by rsharma&nbsp;   However, I am need to give my password before it allows me to proceed, to verify I am an administrator. Also, it seems that a lot of the files I transfered are now &#8216;read only&#8217;. Is there anyone that could shed some light on the topic and help me fix it.   This is the same problem. Permissions are incorrect. Easiest solutions require using the terminal though.  First, make sure you have a backup user account with admin privileges. Then try: sudo chown -R username /Users/username Here username is your short user name, the name of the folder in the Users directory of the hard disk. It will ask you for your password in order to do this. Then log out and log back in.  If that doesn&#8217;t work, these instructions should apply. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared James</title>
		<link>http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-186684</link>
		<dc:creator>Jared James</dc:creator>
		<pubDate>Sat, 11 Aug 2007 05:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-186684</guid>
		<description>THANK YOU. If I weren't a guy I'd kiss you, but an internet high-five will have to do.

I ended up doing same thing.. changed the permissions on my home folder in the term (don't know why I did that?). This fixed it up!

Oh, and btw, you actually don't have to restart your Mac to get this to work. You can just "relaunch" the Finder. It'll recognize the changes after that.</description>
		<content:encoded><![CDATA[<p>THANK YOU. If I weren&#8217;t a guy I&#8217;d kiss you, but an internet high-five will have to do.</p>
<p>I ended up doing same thing.. changed the permissions on my home folder in the term (don&#8217;t know why I did that?). This fixed it up!</p>
<p>Oh, and btw, you actually don&#8217;t have to restart your Mac to get this to work. You can just &#8220;relaunch&#8221; the Finder. It&#8217;ll recognize the changes after that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sal</title>
		<link>http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-173826</link>
		<dc:creator>sal</dc:creator>
		<pubDate>Tue, 31 Jul 2007 16:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-173826</guid>
		<description>@ Jennifer,

perhaps try repairing permissions in octal.

&lt;code&gt;
sudo chmod -R 770 /Users/username
&lt;/code&gt;

ahh the beauty of OS X...

cheers</description>
		<content:encoded><![CDATA[<p>@ Jennifer,</p>
<p>perhaps try repairing permissions in octal.</p>
<p><code><br />
sudo chmod -R 770 /Users/username<br />
</code></p>
<p>ahh the beauty of OS X&#8230;</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer Rodgers</title>
		<link>http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-155577</link>
		<dc:creator>Jennifer Rodgers</dc:creator>
		<pubDate>Fri, 13 Jul 2007 19:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-155577</guid>
		<description>This did not work for me at all...is there anything else that I can do?</description>
		<content:encoded><![CDATA[<p>This did not work for me at all&#8230;is there anything else that I can do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Wilkerson</title>
		<link>http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-149236</link>
		<dc:creator>Rob Wilkerson</dc:creator>
		<pubDate>Fri, 06 Jul 2007 16:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2007/07/how-to-repair-user-permissions-in-mac-os-x/#comment-149236</guid>
		<description>sudo is good.  And handy as hell.  I've used the Repair Permissions utility several times, but never realized that it didn't touch user directories.  That info may serve me well in the future...</description>
		<content:encoded><![CDATA[<p>sudo is good.  And handy as hell.  I&#8217;ve used the Repair Permissions utility several times, but never realized that it didn&#8217;t touch user directories.  That info may serve me well in the future&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
