Hard Link Question

Bob Elzer bob.elzer at gmail.com
Thu Feb 12 11:51:21 MST 2009


I like to explain links this way.

If you make a hard link to a file, lets call it link-h and then you remove
the original file, link-h still points to the original data, so your file is
intact.

If you make a symbolic link to a file, and call it link-s, when you remove
the original file, link-s now points to nothing, your data is gone. If you
now create a new file with the original name, then link-s now points to the
new data.

 

-----Original Message-----
From: plug-discuss-bounces at lists.plug.phoenix.az.us
[mailto:plug-discuss-bounces at lists.plug.phoenix.az.us] On Behalf Of Stephen
Sent: Thursday, February 12, 2009 9:44 AM
To: Main PLUG discussion list
Subject: Re: Hard Link Question

Not so much an error, as its just not made to work that way.
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss



More information about the PLUG-discuss mailing list