<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Understanding UNIX / Linux symbolic (soft) and hard links</title>
	<atom:link href="http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html</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>Sun, 21 Mar 2010 14:15:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Morph</title>
		<link>http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-149475</link>
		<dc:creator>Morph</dc:creator>
		<pubDate>Tue, 14 Jul 2009 05:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-149475</guid>
		<description>Ya the links cannot be used for directories and also you should not change the default file permissions of symbolic links file by using chmod command lest they will grant the user all the rights to the file. The sys admins therefore disable access to the /etc  directory because if you had access to the directory a simple symbolic link to /etc/passwd could get you all the access you want to the system.
see this &lt;a href=&quot;http://ramannanda.blogspot.com/2009/07/linux-hack-symbolic-and-hard-links.html&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Ya the links cannot be used for directories and also you should not change the default file permissions of symbolic links file by using chmod command lest they will grant the user all the rights to the file. The sys admins therefore disable access to the /etc  directory because if you had access to the directory a simple symbolic link to /etc/passwd could get you all the access you want to the system.<br />
see this <a href="http://ramannanda.blogspot.com/2009/07/linux-hack-symbolic-and-hard-links.html" rel="nofollow">link</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hw</title>
		<link>http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-148837</link>
		<dc:creator>hw</dc:creator>
		<pubDate>Thu, 04 Jun 2009 21:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-148837</guid>
		<description>soft links are often used to link to directories, e.g.
cdrom -&gt; /media/cdrom/
floppy -&gt; /media/floppy/</description>
		<content:encoded><![CDATA[<p>soft links are often used to link to directories, e.g.<br />
cdrom -&gt; /media/cdrom/<br />
floppy -&gt; /media/floppy/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lv</title>
		<link>http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-148782</link>
		<dc:creator>lv</dc:creator>
		<pubDate>Tue, 02 Jun 2009 03:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-148782</guid>
		<description>@Robertson
That is not really correct. Hard links cannot link directories however soft links can</description>
		<content:encoded><![CDATA[<p>@Robertson<br />
That is not really correct. Hard links cannot link directories however soft links can</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ROBERTSON</title>
		<link>http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-148094</link>
		<dc:creator>ROBERTSON</dc:creator>
		<pubDate>Mon, 13 Apr 2009 06:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-148094</guid>
		<description>Hardlink or softlink is only for files and not for folders.
/etc is a folder name. Choose any file name under it 
like
$ln /etc/test.log /tmp/test_file</description>
		<content:encoded><![CDATA[<p>Hardlink or softlink is only for files and not for folders.<br />
/etc is a folder name. Choose any file name under it<br />
like<br />
$ln /etc/test.log /tmp/test_file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek Gite</title>
		<link>http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-146080</link>
		<dc:creator>Vivek Gite</dc:creator>
		<pubDate>Tue, 09 Dec 2008 14:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-146080</guid>
		<description>@ kaos,

Yes. Here is output from my desktop:
&lt;pre&gt;ln /etc /tmp/test
ln: `xy&#039;: hard link not allowed for directory&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@ kaos,</p>
<p>Yes. Here is output from my desktop:</p>
<pre>ln /etc /tmp/test
ln: `xy': hard link not allowed for directory</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaos</title>
		<link>http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-146079</link>
		<dc:creator>kaos</dc:creator>
		<pubDate>Tue, 09 Dec 2008 14:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-146079</guid>
		<description>&lt;em&gt;Hard links cannot &quot;links&quot; directories&lt;/em&gt;?</description>
		<content:encoded><![CDATA[<p><em>Hard links cannot &#8220;links&#8221; directories</em>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balakumar</title>
		<link>http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-144175</link>
		<dc:creator>Balakumar</dc:creator>
		<pubDate>Thu, 26 Jun 2008 07:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html#comment-144175</guid>
		<description>Thank u Vivek Gite Sir,
     for posting very nice article about linux filesystem...</description>
		<content:encoded><![CDATA[<p>Thank u Vivek Gite Sir,<br />
     for posting very nice article about linux filesystem&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.171 seconds -->
<!-- Cached page served by WP-Cache -->
