Created
January 26, 2015 01:00
-
-
Save kosinix/117c3f281f4ee1f8ba40 to your computer and use it in GitHub Desktop.
Symbolic links in windows 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D:\webserver>mklink /d d:\webserver\apache\ d:\webserver\apache22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
symbolic (or soft) link = similar to Windows shortcut. You can think of the symbolic link as being a signpost to the original file.
hard link = extra entry in the filesystem index that points to the same location on the disk as the original file's name. Think of the original name and the hard link as two doors into the same room.
mklink /d /h /j link target