Enable native NTFS symbolic links for Cygwin

前端 未结 5 983
长发绾君心
长发绾君心 2020-11-27 12:26

Recent NTFS and Windows implement symlinks:

  • NTFS junction point can be used as directory symlink since NTFS 3.0 (Windows 2000) using linkd or
5条回答
  •  日久生厌
    2020-11-27 12:53

    You were probably looking for a way to get to another destination in catalogue tree using MSYS. There is a way. You should create a shell script ("*.sh" file) which contains line:

    cd "/drive_letter/SubCatalogue/SubFolder/..." 
    

提交回复
热议问题