Found 2 hits - Term: symbolic link, Database: *, Strategy: prefix
- [1] : The Free On-line Dictionary of Computing (27 SEP 03)
symbolic link
sylk a standard file format for
spreadsheets, not to be confused with symbolic link.
context? reference?
1999-12-06
see also:
spreadsheets symbolic link
- [2] : The Free On-line Dictionary of Computing (27 SEP 03)
symbolic link
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
see also:
hard link shortcut alias unix pathname open
read write dereference hard links
Results 1 - 5 of 5 found about symbolic link: Link
>> L Words
Link, definition of term: Link
link_pag1.html Hard Link
>> H Words
Hard Link, definition of term: Hard Link
hard+link_pag1.html Dynamic Link
>> D Words
Dynamic Link, definition of term: Dynamic Link
dynamic+link_pag1.html Back Link
>> B Words
Back Link, definition of term: Back Link
back+link_pag1.html Data Link Layer
>> D Words
Data Link Layer, definition of term: Data Link Layer
data+link+layer_pag1.html
Last accessed:2008/10/06 15:00:48 [Total processing time: 1 seconds] |