Difference between revisions of "Symbolic link"

From Computer History Wiki
Jump to: navigation, search
m (Jnc moved page Symbolic links to Symbolic link without leaving a redirect: SIngular)
(Add some text)
Line 1: Line 1:
* ITS Reference Manual 1.5 from 1969 mentions links.  1.4 from 1968 doesn't.
+
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.
* The Multics paper "A General-Purpose File System For Secondary Storage" from 1965 describes symbolic links.
+
 
* CTSS supposedly had links.
+
They differ from [[hard link]]s 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==
 +
 
 +
* [[ITS]] Reference Manual 1.5 from 1969 mentions links.  1.4 from 1968 doesn't.
 +
* The [[Multics]] paper "A General-Purpose File System For Secondary Storage" from 1965 describes symbolic links.
 +
* [[CTSS]] supposedly had links.
  
 
{{stub}}
 
{{stub}}

Revision as of 13:42, 25 May 2018

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

  • ITS Reference Manual 1.5 from 1969 mentions links. 1.4 from 1968 doesn't.
  • The Multics paper "A General-Purpose File System For Secondary Storage" from 1965 describes symbolic links.
  • CTSS supposedly had links.