Symbolic link

From Computer History Wiki
Revision as of 01:18, 16 December 2018 by Jnc (talk | contribs) (+cat)
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