<?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: HOWTO: Remove a Symbolic Link</title>
	<atom:link href="http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/</link>
	<description>Linux Tips - Information for Using Linux</description>
	<lastBuildDate>Thu, 26 Nov 2009 21:39:06 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ubuntu 9.04 Server einrichten (Teil 1: LAMP-Server) &#187; Arsenal of Wisdom</title>
		<link>http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/comment-page-2/#comment-24243</link>
		<dc:creator>Ubuntu 9.04 Server einrichten (Teil 1: LAMP-Server) &#187; Arsenal of Wisdom</dc:creator>
		<pubDate>Thu, 12 Nov 2009 07:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/?p=82#comment-24243</guid>
		<description>[...] Anleitung habe ich zu Hilfe genommen: Mein Gehirn http://www.howtoforge.com/ubuntu_lamp_for_newbies http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/  VN:F [1.7.4_987]Rating: 0.0/10 (0 votes [...]</description>
		<content:encoded><![CDATA[<p>[...] Anleitung habe ich zu Hilfe genommen: Mein Gehirn <a href="http://www.howtoforge.com/ubuntu_lamp_for_newbies" rel="nofollow">http://www.howtoforge.com/ubuntu_lamp_for_newbies</a> <a href="http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/" rel="nofollow">http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/</a>  VN:F [1.7.4_987]Rating: 0.0/10 (0 votes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/comment-page-2/#comment-24216</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Wed, 11 Nov 2009 13:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/?p=82#comment-24216</guid>
		<description>on FC6 at least, your cwd has to be the directory in which the link was created for rm link to work.

this is implied by whitehorn&#039;s post..</description>
		<content:encoded><![CDATA[<p>on FC6 at least, your cwd has to be the directory in which the link was created for rm link to work.</p>
<p>this is implied by whitehorn&#8217;s post..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saggi Malachi</title>
		<link>http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/comment-page-2/#comment-23656</link>
		<dc:creator>Saggi Malachi</dc:creator>
		<pubDate>Wed, 28 Oct 2009 22:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/?p=82#comment-23656</guid>
		<description>I was going &#039;WTF?!&#039; for like 5 minutes while trying to do something I&#039;ve done so many times in the past.
Being so lazy after a long day I just kept hitting the tab key for auto-complete (which has ofcourse added the trailing slash)

Thanks!</description>
		<content:encoded><![CDATA[<p>I was going &#8216;WTF?!&#8217; for like 5 minutes while trying to do something I&#8217;ve done so many times in the past.<br />
Being so lazy after a long day I just kept hitting the tab key for auto-complete (which has ofcourse added the trailing slash)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RossyMole</title>
		<link>http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/comment-page-2/#comment-21937</link>
		<dc:creator>RossyMole</dc:creator>
		<pubDate>Sun, 27 Sep 2009 01:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/?p=82#comment-21937</guid>
		<description>Thanks for the litte bit of &quot;extra&quot; help there! Didn&#039;t really know that bit..</description>
		<content:encoded><![CDATA[<p>Thanks for the litte bit of &#8220;extra&#8221; help there! Didn&#8217;t really know that bit..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: whitethorn</title>
		<link>http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/comment-page-2/#comment-20392</link>
		<dc:creator>whitethorn</dc:creator>
		<pubDate>Wed, 26 Aug 2009 13:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/?p=82#comment-20392</guid>
		<description>I just had the same problem, the mistake was using

rm nameofsymlink/
what you have to run is
rm nameofsymlink

without the backspace, the first one is trying to get rid of the folder being pointed to, while the second is just using the name of the file.</description>
		<content:encoded><![CDATA[<p>I just had the same problem, the mistake was using</p>
<p>rm nameofsymlink/<br />
what you have to run is<br />
rm nameofsymlink</p>
<p>without the backspace, the first one is trying to get rid of the folder being pointed to, while the second is just using the name of the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BartO</title>
		<link>http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/comment-page-1/#comment-12588</link>
		<dc:creator>BartO</dc:creator>
		<pubDate>Sat, 20 Jun 2009 23:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/?p=82#comment-12588</guid>
		<description>This is so useless. These forums are read by people all over the world, most of the non-native English speakers, like me. While your alternative might be better, I got the meaning of the first sentence just as well. And that&#039;s what it&#039;s all about. Getting an idea across. Not writing it down in the best possible way. That would be totally waisted on me, and probably on most non-native English speakers.</description>
		<content:encoded><![CDATA[<p>This is so useless. These forums are read by people all over the world, most of the non-native English speakers, like me. While your alternative might be better, I got the meaning of the first sentence just as well. And that&#8217;s what it&#8217;s all about. Getting an idea across. Not writing it down in the best possible way. That would be totally waisted on me, and probably on most non-native English speakers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BartO</title>
		<link>http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/comment-page-2/#comment-12587</link>
		<dc:creator>BartO</dc:creator>
		<pubDate>Sat, 20 Jun 2009 23:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/?p=82#comment-12587</guid>
		<description>Ok, symbolic links are just really weird. Not only the rm -rf command follows the link, just rm seems to do it as well. That is, it doesn&#039;t do anything for it thinks the link is a dirictory, and non-empty directories can&#039;t be removed by just rm. But when I delete the link by pushing shift-del in nautilus, the link is removed whitout doing harm to the directory it pointed to. Both are done as root. I don&#039;t get it...</description>
		<content:encoded><![CDATA[<p>Ok, symbolic links are just really weird. Not only the rm -rf command follows the link, just rm seems to do it as well. That is, it doesn&#8217;t do anything for it thinks the link is a dirictory, and non-empty directories can&#8217;t be removed by just rm. But when I delete the link by pushing shift-del in nautilus, the link is removed whitout doing harm to the directory it pointed to. Both are done as root. I don&#8217;t get it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoaobrook</title>
		<link>http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/comment-page-2/#comment-1828</link>
		<dc:creator>Hoaobrook</dc:creator>
		<pubDate>Thu, 05 Feb 2009 20:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/?p=82#comment-1828</guid>
		<description>JON, thanks for posting. I preferred the unlink method as any RM commands have to be validated by the administrator here - why? we had a newbie accidently run an rm -rf from root :( - at any rate, good on ya for posting this helpful bit. I was a little worried about running rm on the link thinking it might follow the link and delete the files ( I had the link on a folder).</description>
		<content:encoded><![CDATA[<p>JON, thanks for posting. I preferred the unlink method as any RM commands have to be validated by the administrator here &#8211; why? we had a newbie accidently run an rm -rf from root <img src='http://www.everyjoe.com/newlinuxuser/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  &#8211; at any rate, good on ya for posting this helpful bit. I was a little worried about running rm on the link thinking it might follow the link and delete the files ( I had the link on a folder).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoaobrook</title>
		<link>http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/comment-page-1/#comment-3173</link>
		<dc:creator>Hoaobrook</dc:creator>
		<pubDate>Thu, 05 Feb 2009 20:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/?p=82#comment-3173</guid>
		<description>English, you sound like a frustrated English teacher. I imagine you&#039;ve spent many a days grading sub-par English papers, likely just before this post. I understand your frustration, however, publicly scorning the original poster for sharing knowledge is not the most efficient way of becoming part of a community online.

If you re-read your posting, you will see how you failed to tackle the true nature of the post.</description>
		<content:encoded><![CDATA[<p>English, you sound like a frustrated English teacher. I imagine you&#8217;ve spent many a days grading sub-par English papers, likely just before this post. I understand your frustration, however, publicly scorning the original poster for sharing knowledge is not the most efficient way of becoming part of a community online.</p>
<p>If you re-read your posting, you will see how you failed to tackle the true nature of the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: English</title>
		<link>http://www.everyjoe.com/newlinuxuser/howto-remove-a-symbolic-link/comment-page-1/#comment-3767</link>
		<dc:creator>English</dc:creator>
		<pubDate>Fri, 23 Jan 2009 08:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/?p=82#comment-3767</guid>
		<description>In English, you&#039;ve effectively said nothing:

&quot;When you create a symbolic link, the link file you’ve created just points to the target file. Therefore, the link file has no other purpose in life than that. So, when you want to get rid of it, just delete the link file.&quot;

The point is the last it in the paragraph. The preceding sentence references the link file points to the target file. If you want to get rid of it...

The it could mean either the target file, in which case you are stating that you can remove targetfiles by removing symlinks, or removing the symlink, the desired behavior.

The correct way to write this in English is not to use &#039;it&#039;. While there is a &#039;correct&#039; way of interpreting *it*, all style books point to not using it, and referring to the noun.

&quot;When you create a symbolic link, the link file you’ve created just points to the target file. Therefore, the link file has no other purpose in life than that. So, when you want to get rid of the symbolic link, just delete the link file. This will not delete the target file.&quot;

Now, I&#039;ve used two precedents here. I&#039;ve gone for plain English, but in addition, I&#039;ve used tenets of technical writing, where you answer a question rather than state a fact.

The additional sentence answers the question in a users mind, and completes the thought process.

If you re-read your posting, you will see how you failed to tackle the true nature of the post.</description>
		<content:encoded><![CDATA[<p>In English, you&#8217;ve effectively said nothing:</p>
<p>&#8220;When you create a symbolic link, the link file you’ve created just points to the target file. Therefore, the link file has no other purpose in life than that. So, when you want to get rid of it, just delete the link file.&#8221;</p>
<p>The point is the last it in the paragraph. The preceding sentence references the link file points to the target file. If you want to get rid of it&#8230;</p>
<p>The it could mean either the target file, in which case you are stating that you can remove targetfiles by removing symlinks, or removing the symlink, the desired behavior.</p>
<p>The correct way to write this in English is not to use &#8216;it&#8217;. While there is a &#8216;correct&#8217; way of interpreting *it*, all style books point to not using it, and referring to the noun.</p>
<p>&#8220;When you create a symbolic link, the link file you’ve created just points to the target file. Therefore, the link file has no other purpose in life than that. So, when you want to get rid of the symbolic link, just delete the link file. This will not delete the target file.&#8221;</p>
<p>Now, I&#8217;ve used two precedents here. I&#8217;ve gone for plain English, but in addition, I&#8217;ve used tenets of technical writing, where you answer a question rather than state a fact.</p>
<p>The additional sentence answers the question in a users mind, and completes the thought process.</p>
<p>If you re-read your posting, you will see how you failed to tackle the true nature of the post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
