Under what circumstances would a junction point be more appropriate than a symbolic link?
Posted
by
Benjamin Pollack
on Server Fault
See other posts from Server Fault
or by Benjamin Pollack
Published on 2012-06-04T14:37:10Z
Indexed on
2012/06/04
16:46 UTC
Read the original article
Hit count: 283
Symbolic links were introduced an incredibly long time ago in Windows, yet I still encounter a large number of systems that use junction points. I know that symbolic links afford functionality not in junction points (e.g., they work on external drives); my question is whether there is functionality specific to junction points that make them more appropriate than symbolic links in some circumstances.
© Server Fault or respective owner