<?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: Unix Create a Symbolic Link</title> <atom:link href="http://www.cyberciti.biz/faq/unix-creating-symbolic-link-ln-command/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/unix-creating-symbolic-link-ln-command/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Sean M. Burke</title><link>http://www.cyberciti.biz/faq/unix-creating-symbolic-link-ln-command/#comment-50177</link> <dc:creator>Sean M. Burke</dc:creator> <pubDate>Mon, 18 Oct 2010 15:29:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1071#comment-50177</guid> <description>I could never get the order of the two things in &quot;ln -s X Y&quot; right, and ended up clobbering Ys with dangling links to X.  So I wrote this little sanity-checker wrapper around it: lns.
It does stuff like making sure that your link won&#039;t overwrite anything, and that it&#039;s a link to something that already exists.  Just common sense, but sense that I didn&#039;t have.
lns: &lt;a href=&quot;http://interglacial.com/~sburke/pub/lns.html&quot; rel=&quot;nofollow&quot;&gt;http://interglacial.com/~sburke/pub/lns.html&lt;/a&gt;
I&#039;ve been using it for ten years, and I think it&#039;s the most useful program I&#039;ve ever written. (&lt;a href=&quot;http://interglacial.com/~sburke/pub/crontab2english.html&quot; rel=&quot;nofollow&quot;&gt;crontab2english&lt;/a&gt; is a runner-up, people tell me)</description> <content:encoded><![CDATA[<p>I could never get the order of the two things in &#8220;ln -s X Y&#8221; right, and ended up clobbering Ys with dangling links to X.  So I wrote this little sanity-checker wrapper around it: lns.<br
/> It does stuff like making sure that your link won&#8217;t overwrite anything, and that it&#8217;s a link to something that already exists.  Just common sense, but sense that I didn&#8217;t have.</p><p>lns: <a
href="http://interglacial.com/~sburke/pub/lns.html" rel="nofollow">http://interglacial.com/~sburke/pub/lns.html</a></p><p>I&#8217;ve been using it for ten years, and I think it&#8217;s the most useful program I&#8217;ve ever written. (<a
href="http://interglacial.com/~sburke/pub/crontab2english.html" rel="nofollow">crontab2english</a> is a runner-up, people tell me)</p> ]]></content:encoded> </item> <item><title>By: Atul Khachane</title><link>http://www.cyberciti.biz/faq/unix-creating-symbolic-link-ln-command/#comment-41970</link> <dc:creator>Atul Khachane</dc:creator> <pubDate>Mon, 08 Jun 2009 15:34:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1071#comment-41970</guid> <description>Hi,
You may delete soft link using below command
# unlink {link name};</description> <content:encoded><![CDATA[<p>Hi,</p><p>You may delete soft link using below command<br
/> # unlink {link name};</p> ]]></content:encoded> </item> <item><title>By: Puneet Verma</title><link>http://www.cyberciti.biz/faq/unix-creating-symbolic-link-ln-command/#comment-41496</link> <dc:creator>Puneet Verma</dc:creator> <pubDate>Wed, 06 May 2009 12:17:13 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1071#comment-41496</guid> <description>I am trying to create a hard link to PHP file after installation of PHP4 as a CGI .
My Current directory is clients cgi-bin and want to create a link to usr/local/php4/bin/php but getting following error:
ln: creating hard link `php&#039; to `/usr/local/php4/bin/php&#039;: Invalid cross-device link</description> <content:encoded><![CDATA[<p>I am trying to create a hard link to PHP file after installation of PHP4 as a CGI .<br
/> My Current directory is clients cgi-bin and want to create a link to usr/local/php4/bin/php but getting following error:</p><p>ln: creating hard link `php&#8217; to `/usr/local/php4/bin/php&#8217;: Invalid cross-device link</p> ]]></content:encoded> </item> </channel> </rss>
