What is the difference between NTFS Junction Points and Symbolic Links?

前端 未结 6 1237
名媛妹妹
名媛妹妹 2020-12-02 04:39

At a high level, the only obvious difference between NTFS Junction Points and Symbolic Links is that Junctions are only able to be directories, while SymLinks are allowed to

6条回答
  •  情歌与酒
    2020-12-02 05:13

    In addition to the excellent answer from u8it:

    If anyone is interested in the difference in behavior in Windows File Explorer in Windows 10:

    drag & drop to target directory:

    • symbolic link: moves the symbolic link to the target directory
    • junction: moves the original directory to the target directory

    right mouse click + properties:

    • symbolic link: shows you shortcut properties
    • junction: shows you original directory folder properties

    left moue click in the left pane (directory tree):

    • symbolic link: selects the original directory
    • junction: selects the junction

提交回复
热议问题