Tag: symbolic link

How to Create Symbolic Links

July 17, 2008 by Jason

What Is a Link?

A Link acts (and looks) like a shortcut but provides a to the target file at the file system level instead of within .

are used most for backward . It can be used to trick into thinking its accessing files at a location where the files have been moved.

Create a Relative or Absolute Link

Relative : A relative link is a link that identifies the location of its target by its location. Read More»