Chris Frost wrote:
> 
> How do hard links and sym links differ?

 A hard link fools the system into thinking the file linked to
is *right there* by actually duplicating the file header and
pointing it to where the rest of the real file lies.  It can
only be used for files, and only for files on the same partition.

 A sym link is a small file which contains the true path to
the file linked to.  It doesn't fool anyone, it just points.
It can be used for directories and across partitions.  Following
a chain of symlinks can slow file access down.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
James H.G. Redekop | [EMAIL PROTECTED]
Web Programmer     | http://www.residents.com/          The Residents
UUNET Canada       | http://www.residents.com/Goons/    The Goon Show
[EMAIL PROTECTED]     | http://www.residents.com/Tzoq/         Home Page


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to