<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; ln command</title> <atom:link href="http://www.cyberciti.biz/tips/tag/ln-command/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Why isn&#8217;t it possible to create hard links across file system boundaries?</title><link>http://www.cyberciti.biz/tips/why-isnt-it-possible-to-create-hard-links-across-file-system-boundaries.html</link> <comments>http://www.cyberciti.biz/tips/why-isnt-it-possible-to-create-hard-links-across-file-system-boundaries.html#comments</comments> <pubDate>Mon, 30 Jan 2006 13:36:00 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[File system]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[internal data structures]]></category> <category><![CDATA[linux filesystem]]></category> <category><![CDATA[ln command]]></category> <category><![CDATA[ls command]]></category> <category><![CDATA[metadata structure]]></category> <category><![CDATA[superblock]]></category> <category><![CDATA[unix filesystem]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/why-isnt-it-possible-to-create-hard-links-across-file-system-boundaries.html</guid> <description><![CDATA[A single inode number use to represent file in each file system. All hard links based upon inode number. So linking across file system will lead into confusing references for UNIX or Linux. For example, consider following scenario * File system: /home * Directory: /home/vivek * Hard link: /home/vivek/file2 * Original file: /home/vivek/file1 Now you [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/why-isnt-it-possible-to-create-hard-links-across-file-system-boundaries.html/feed</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Understanding UNIX / Linux symbolic (soft) and hard links</title><link>http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html</link> <comments>http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comments</comments> <pubDate>Mon, 30 Jan 2006 13:13:00 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[File system]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[hard link in linux]]></category> <category><![CDATA[hard link vs soft link in linux]]></category> <category><![CDATA[hard links]]></category> <category><![CDATA[hard links and soft links in unix]]></category> <category><![CDATA[hard links in unix]]></category> <category><![CDATA[hard links linux]]></category> <category><![CDATA[inode]]></category> <category><![CDATA[linux filesystem]]></category> <category><![CDATA[linux link symbolic and hard]]></category> <category><![CDATA[linux symbolic link]]></category> <category><![CDATA[ln command]]></category> <category><![CDATA[soft links]]></category> <category><![CDATA[soft links vs hard links]]></category> <category><![CDATA[unix filesystem]]></category> <category><![CDATA[unix soft and hard link]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/file-system/' title='See all File system related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/file-manager.png' border='0' /></a></div> Inodes are associated with precisely one directory entry at a time. However, with hard links it is possible to associate multiple directory entries with a single inode. To create a hard link use ln command:]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html/feed</wfw:commentRss> <slash:comments>14</slash:comments> </item> </channel> </rss>
