About 50 results
Open links in new tab
  1. What is the difference between a symbolic link and a hard link?

    Oct 9, 2008 · A symbolic link is a link to another name in the file system. Once a hard link has been made the link is to the inode. Deleting, renaming, or moving the original file will not affect the hard …

  2. symlink - windows symbolic link target - Stack Overflow

    With Windows Link Shell Extension installed, you can right-click on the link in Windows Explorer and check the properties. There is a tab that allows you to change the link directly.

  3. symlink - How to create a hard link in Windows 11 that points to a ...

    Mar 19, 2025 · However, a hard link makes it appear as though the file or folder actually exists at the location of the symbolic link, and your applications won't know any better. That makes hard symbolic …

  4. powershell - Delete Symbolic Link in Windows - Stack Overflow

    I created a test symbolic link in "C:\Users\MIKROEG\AppData\Roaming\Microsoft\Windows\Network Shortcuts\Test2" The Folder test2 is saved on my Desktop and have some test files.

  5. Creating hard and soft links using PowerShell - Stack Overflow

    Try junction.exe The Junction command line utility from SysInternals makes creating and deleting junctions easy. Further reading MS Terminology: soft != symbolic Microsoft uses "soft link" as …

  6. windows - What is the difference between NTFS Junction Points and ...

    Jan 28, 2012 · Windows 7 and Windows Vista support symbolic links for both files and directories with the command line utility mklink. Unlike junction points, a symbolic link can also point to a file or …

  7. Powershell Remove Symbolic Link Windows - Stack Overflow

    6 No way to update the symbolic link as far as I know. Gotta use CMD to remove symbolic link and you could then re-create it using your powershell script. You would do it like this in powershell.

  8. Git symbolic links in Windows - Stack Overflow

    Our developers use a mix of Windows and Unix-based OSes. Therefore, symbolic links created on Unix machines become a problem for Windows developers. In Windows (MSysGit), the symbolic link is …

  9. What is the purpose of creating a symbolic link between files?

    Oct 10, 2019 · Symbolic links, also known as soft links, are special types of files that point to other files, much like shortcuts in Windows and Macintosh aliases. The data in the target file does not appear in …

  10. windows - Permission denied when creating symbolic links in git

    When installing git-bash for windows, there is an option called "Enable symbolic links". When I installed git-bash with that option I had the same issue as OP. So I installed the same setup (git-bash) again …