Symbolic link


file format
(SYLK) A Microsoft file format for spreadsheets, (not to be confused with symbolic link).
SYLK format existed in one form or another in as early as 1987, and was part of Excel v1.0. It is is an outgrowth of VisiCalc DIF file format.
SYLK format is ascii text and represents information about both formula, value, and some formatting information, which makes it something like an RTF for spreadsheets. It is used as a general tabular data exchange format.
(http://netghost.narod.ru/gff/graphics/summary/micsylk.htm).
[Reference?]
(2004-04-08)
file system
(Or “symlink”, “soft link” (by contrast with “hard link”), “shortcut”, “alias”) A special type of Unix file which refers to another file by its pathname. A symbolic link is created with the “ln” (link) command:
ln -s OLDNAME NEWNAME
Where OLDNAME is the target of the link (usually a pathname) and NEWNAME is the pathname of the link itself.
Most operations (open, read, write) on the symbolic link automatically dereference it and operate on its target (OLDNAME). Some operations (e.g. removing) work on the link itself (NEWNAME).
In contrast with hard links, there are no restrictions on where a symbolic link can point, it can refer to a file on another file system, to itself or to a file which does not even exist (e.g. when the target of the symlink is removed). Such problems will only be detected when the link is accessed.
(1997-10-22)

Read Also:

  • Symbolic-logic

    noun 1. a modern development of formal logic employing a special notation or symbolism capable of manipulation in accordance with precise rules. symbolic logic noun 1. another term for formal logic

  • Symbolic mathematical laboratory

    tool, mathematics An on-line system under CTSS for symbolic mathematics. It used a display screen and a light pen. [Sammet 1969, p.514]. (1995-04-16)

  • Symbolic mathematics

    mathematics, application (Or “symbolic math”) The use of computers to manipulate mathematical equations and expressions in symbolic form, as opposed to manipulating the numerical quantities represented by those symbols. Such a system might be used for symbolic integration or differentiation, substitution of one expression into another, simplification of an expression, change of subject etc. One […]

  • Symbolics

    noun, (used with a singular verb) 1. the branch of theology dealing with the study of the history and meaning of church creeds and confessions.

  • Symbolise

    verb (used with object), symbolized, symbolizing. 1. to be a symbol of; stand for or represent in the manner of a symbol. 2. to represent by a symbol or symbols. 3. to regard or treat as symbolic. verb (used without object), symbolized, symbolizing. 4. to use symbols. verb 1. (transitive) to serve as or be […]


Disclaimer: Symbolic link definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.