<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Symbolic Trouble</title>
	<link>http://www.theronge.com/2005/07/13/symbolic-trouble/</link>
	<description>Cocoa, Mac OS X and maybe a few other things.</description>
	<pubDate>Wed, 20 Aug 2008 02:23:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Michael Grubb</title>
		<link>http://www.theronge.com/2005/07/13/symbolic-trouble/#comment-22279</link>
		<pubDate>Mon, 31 Mar 2008 15:03:25 +0000</pubDate>
		<guid>http://www.theronge.com/2005/07/13/symbolic-trouble/#comment-22279</guid>
					<description>Symbolic links don't actually have access permissions of their own, they use the permissions of the entity that they point to.  On some platforms, all symlinks are created 777 with root/0 ownerships regardless of who created them or what they point to, though if you tried to to write to a file pointed to by that symlink that you wouldn't have normal access to you would still get permission denied.  This is a long way of saying, check the permissions of the canonical path name, to determine the permissions of the non-resolved path.</description>
		<content:encoded><![CDATA[<p>Symbolic links don&#8217;t actually have access permissions of their own, they use the permissions of the entity that they point to.  On some platforms, all symlinks are created 777 with root/0 ownerships regardless of who created them or what they point to, though if you tried to to write to a file pointed to by that symlink that you wouldn&#8217;t have normal access to you would still get permission denied.  This is a long way of saying, check the permissions of the canonical path name, to determine the permissions of the non-resolved path.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Hoa</title>
		<link>http://www.theronge.com/2005/07/13/symbolic-trouble/#comment-15487</link>
		<pubDate>Sun, 27 Jan 2008 11:18:55 +0000</pubDate>
		<guid>http://www.theronge.com/2005/07/13/symbolic-trouble/#comment-15487</guid>
					<description>NSFileManager:
- (NSDictionary *)fileAttributesAtPath:(NSString *)path traverseLink:(BOOL)flag
with traverseLink:NO should do it for you.</description>
		<content:encoded><![CDATA[<p>NSFileManager:<br />
- (NSDictionary *)fileAttributesAtPath:(NSString *)path traverseLink:(BOOL)flag<br />
with traverseLink:NO should do it for you.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
