Symbolic link

From Computer History Wiki
Revision as of 07:32, 6 September 2023 by Larsbrinkhoff (talk | contribs) (Unlink this ITS, there is another.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A symbolic link is a connection between one file name in a file system and another (the 'target'; which does not necessarily need to exist at the time the symbolic link is created), such that references to the first name wind up at the second.

They differ from hard links in that if the target file is deleted, and replaced with a different file, references to the symbolic link will go to the new file.

History