<?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: Create links with absolute paths in Linux</title>
	<atom:link href="http://scrolls.mafgani.net/2010/01/create-links-with-absolute-paths-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://scrolls.mafgani.net/2010/01/create-links-with-absolute-paths-in-linux/</link>
	<description>An attempt at organizing my thoughts ...</description>
	<lastBuildDate>Sat, 07 Jan 2012 02:03:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: mark</title>
		<link>http://scrolls.mafgani.net/2010/01/create-links-with-absolute-paths-in-linux/comment-page-1/#comment-255</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sat, 07 Jan 2012 02:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://scrolls.mafgani.net/?p=420#comment-255</guid>
		<description>Unfortunately there&#039;s one problem to this. 

touch /tmp/readme.txt
mkdir /tmp/a
cd /tmp/a
ln -s ../readme.txt /home/user/readme.txt
cd ..
rmdir /tmp/a
cat /home/user/readme.txt

won&#039;t work. 

Also if that directory is not accessible due to permissions instead of being removed, also breaks the link.</description>
		<content:encoded><![CDATA[<p>Unfortunately there&#8217;s one problem to this. </p>
<p>touch /tmp/readme.txt<br />
mkdir /tmp/a<br />
cd /tmp/a<br />
ln -s ../readme.txt /home/user/readme.txt<br />
cd ..<br />
rmdir /tmp/a<br />
cat /home/user/readme.txt</p>
<p>won&#8217;t work. </p>
<p>Also if that directory is not accessible due to permissions instead of being removed, also breaks the link.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

