Definitions for "Symlink" Add To Word List
Login or Register  | Word Lists | Search History

Keywords: Shortcut, Openca, Searh, Inode, Muck
A symlink is nothing else than a symbolic link. Such links will be created by OpenCA usually with ln -s. We always try to avoid the shortcut but sometimes we are simply to fast ;-)
Helpful?           0
a file that points to another file, just like a shortcut in Microsoft Windows
Helpful?           0
an inode that contains the name of a hard link
Helpful?           0
a special file that "points to" a hard link on any mounted filesystem
Helpful?           0
a special object that imitates another file, the target file, that it points to
Helpful?           0
a special structure that lets you jump across the tree from one file or directory to another
Helpful?           0
Symbolic link. An entry in a directory that is not a file, but contains the name of another file that should normally be accessed instead. Contrasts a hard link.
Helpful?           0
See: @link.
Helpful?           0
Symbolic Link. A file name that points to another file on disk. Place symlinks in the global "bin" directory that point to your application's main files and you don't have to muck with the system searh path. Win32 analog: none. (that works)
Helpful?           0