Copyright © Philip M. Parker, INSEAD. Terms of Use.

SYMBOLIC LINK

Specialty Definition: SYMBOLIC LINK

DomainDefinition

Computing

Symbolic Link (SYLK) A standard file format for spreadsheets, (not to be confused with symbolic link). [Context? Reference?] (1999-12-06) 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). Source: The Free On-line Dictionary of Computing.

Source: compiled by the editor from various references; see credits.

Top     

Specialty Definition: Symbolic link

(From Wikipedia, the free Encyclopedia)

A symbolic link is an entry in a Unix (or Unix-like) filesystem that allows a directory entry to refer to another directory entry.

Using the 'ls' command, which is standard on these systems, a symbolically linked filed might look something like this:

lrwxrwxrwx    1 jbailey  jbailey         4 2003-02-07 16:49 link -> file

The 'l' in the first column is a hint that this file is a symbolic link. The information at the furthest right indicates that this file is called 'link', and that when you access it, you will see the contents of 'file'.

Symbolic links are created with the ln -s command. For example:

ln -s name_of_real_file name_of_link

For people familiar with Microsoft Windows concepts, a symbolic link is similar to a Windows Shortcut.

Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "Symbolic link."

Top     

Crosswords: SYMBOLIC LINK

Specialty definitions using "SYMBOLIC LINK": shambolic link, soft link, SYLK, symlink. (references)

Top     

Frequency of Internet Keywords: SYMBOLIC LINK

The following statistics estimate the number of searches per day across the major English-language search engines as identified by various trade publications. Hyperlinks lead to commercial use of the expression at Amazon.com.
 
ExpressionFrequency
per Day

symbolic link

30
Source: compiled by the editor from various references; see credits.

Top     

Modern Translation: SYMBOLIC LINK

Language Translations for "SYMBOLIC LINK"; alternative meanings/domain in parentheses.

Japanese Kanji 

  

シンフェイン党 (banner, simple, simplicity, simplify, Sinn Fein, symbol, symbol color, symbolic, Symbolics, symbolism, symbolist, symbolize, symphonic jazz, symphonic poem, symphony). (various references)

   

Japanese Katakana 

  

シンボリックリンク . (various references)

   

Pig Latin

  

ymbolicsay inklay

Source: compiled by the editor from various translation references.

Top     

Anagrams: SYMBOLIC LINK

Scrabble® Enable2K-Verified Anagrams

Words within the letters "b-c-i-i-k-l-l-m-n-o-s-y"

-4 letters: billions, linkboys, millions, niblicks, sibyllic, sicklily, slinkily, symbolic.

-5 letters: billion, billons, bionics, clonism, collins, cymlins, linkboy, milkily, million, misbill, miscoin, niblick, noisily, oilskin, sibylic, silicon, silkily, slickly, slimily, smokily, soymilk, symbion.

Source: compiled by the editor from various references; see credits.

SCRABBLE® is a registered trademark. All intellectual property rights in and to the game are owned in the U.S.A and Canada by Hasbro Inc., and throughout the rest of the world by J.W. Spear & Sons Limited of Maidenhead, Berkshire, England, a subsidiary of Mattel Inc. Mattel and Spear are not affiliated with Hasbro.

Top     



INDEX

1. Crosswords
2. Expressions: Internet
3. Translations: Modern
4. Anagrams
5. Bibliography


  

Copyright © Philip M. Parker, INSEAD. Terms of Use.