Skip to content

Instantly share code, notes, and snippets.

@kosinix
Created January 26, 2015 01:00
Show Gist options
  • Save kosinix/117c3f281f4ee1f8ba40 to your computer and use it in GitHub Desktop.
Save kosinix/117c3f281f4ee1f8ba40 to your computer and use it in GitHub Desktop.
Symbolic links in windows 7
@kosinix
Copy link
Author

kosinix commented Jan 26, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment