Link Files
Links allow more than one file name to refer to the same file, elsewhere.
There are two types of links, both of which are created by ln:
- symbolic links, which refer to a symbolic path indicating the abstract location of another file, and
- hard links, which refer to the specific location of physical data.
These links behave differently when the source of the link (what is being linked to) is moved or removed. Symbolic links are not updated (they merely contain a string which is the pathname of its target); hard links always refer to the source, even if moved or removed.
Read more about this topic: Ln (Unix)
Famous quotes containing the words link and/or files:
“The secret of biography resides in finding the link between talent and achievement. A biography seems irrelevant if it doesnt discover the overlap between what the individual did and the life that made this possible. Without discovering that, you have shapeless happenings and gossip.”
—Leon Edel (b. 1907)
“The good husband finds method as efficient in the packing of fire-wood in a shed, or in the harvesting of fruits in the cellar, as in Peninsular campaigns or the files of the Department of State.”
—Ralph Waldo Emerson (18031882)