<?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 a hard link in UNIX</title>
	<atom:link href="http://www.tech-recipes.com/rx/173/create-a-hard-link-in-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/173/create-a-hard-link-in-unix/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bernard Valentin</title>
		<link>http://www.tech-recipes.com/rx/173/create-a-hard-link-in-unix/comment-page-1/#comment-33803</link>
		<dc:creator>Bernard Valentin</dc:creator>
		<pubDate>Tue, 26 Jul 2011 14:04:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-33803</guid>
		<description>Hard links allow a file to exist in several folders while not being duplicated on disk (this is the reason hard links cannot be used across file systems). Actually, one can consider that any file is &quot;hard linked&quot; at least ones, in the folder it has been created. The OS and the applications do not make any distinction between the original location and the &quot;hard linked&quot; ones.
E.g. if you store a file in folder A and create a hard link to the file in folder B, the file will be seen by any application as existing at both places (which is not always the case with symbolic links). If you delete the file from folder A, it will still &quot;exist&quot; in folder B, exactly as if it has been created there at the first place. Creating hard links is thus a way to prevent losing data by deleting files by accident.
Symbolic links, on the other hand, do not prevent losing data: they are small data structures that contain the path (possibly across file systems) and name of the target file. If the target file is deleted, the data is lost and the symbolic link is &quot;broken&quot;.
If you want to go deeper, read how inodes are used in Un*x file systems.</description>
		<content:encoded><![CDATA[<p>Hard links allow a file to exist in several folders while not being duplicated on disk (this is the reason hard links cannot be used across file systems). Actually, one can consider that any file is &#8220;hard linked&#8221; at least ones, in the folder it has been created. The OS and the applications do not make any distinction between the original location and the &#8220;hard linked&#8221; ones.<br />
E.g. if you store a file in folder A and create a hard link to the file in folder B, the file will be seen by any application as existing at both places (which is not always the case with symbolic links). If you delete the file from folder A, it will still &#8220;exist&#8221; in folder B, exactly as if it has been created there at the first place. Creating hard links is thus a way to prevent losing data by deleting files by accident.<br />
Symbolic links, on the other hand, do not prevent losing data: they are small data structures that contain the path (possibly across file systems) and name of the target file. If the target file is deleted, the data is lost and the symbolic link is &#8220;broken&#8221;.<br />
If you want to go deeper, read how inodes are used in Un*x file systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juhi</title>
		<link>http://www.tech-recipes.com/rx/173/create-a-hard-link-in-unix/comment-page-1/#comment-46394</link>
		<dc:creator>juhi</dc:creator>
		<pubDate>Tue, 15 Feb 2011 07:16:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46394</guid>
		<description>hey plz tell me the advantages of hard link...why is this useful?</description>
		<content:encoded><![CDATA[<p>hey plz tell me the advantages of hard link&#8230;why is this useful?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BnB</title>
		<link>http://www.tech-recipes.com/rx/173/create-a-hard-link-in-unix/comment-page-1/#comment-45867</link>
		<dc:creator>BnB</dc:creator>
		<pubDate>Wed, 26 Jan 2011 11:46:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-45867</guid>
		<description>I agree with karelc above.

This is a totally inaccurate title, and douches like you should pick up a linux book and get a hold of your basics, before being allowed to post articles on the web.</description>
		<content:encoded><![CDATA[<p>I agree with karelc above.</p>
<p>This is a totally inaccurate title, and douches like you should pick up a linux book and get a hold of your basics, before being allowed to post articles on the web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BnB</title>
		<link>http://www.tech-recipes.com/rx/173/create-a-hard-link-in-unix/comment-page-1/#comment-45868</link>
		<dc:creator>BnB</dc:creator>
		<pubDate>Wed, 26 Jan 2011 11:46:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-45868</guid>
		<description>I agree with karelc above.

This is a totally inaccurate article, and douches like you should pick up a linux book and get a hold of your basics, before being allowed to post articles on the web.</description>
		<content:encoded><![CDATA[<p>I agree with karelc above.</p>
<p>This is a totally inaccurate article, and douches like you should pick up a linux book and get a hold of your basics, before being allowed to post articles on the web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/173/create-a-hard-link-in-unix/comment-page-1/#comment-24741</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 01 Nov 2008 16:24:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-24741</guid>
		<description>Removing the original file will not destroy the linked file, and therefore the information is not lost. The contents only disappear when all links have been removed</description>
		<content:encoded><![CDATA[<p>Removing the original file will not destroy the linked file, and therefore the information is not lost. The contents only disappear when all links have been removed</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 3/12 queries in 0.690 seconds using memcached
Object Caching 327/331 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 00:52:29 -->
