You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Symbolic-Links.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Starting with Windows Vista, there is support for symbolic links. These are not
7
7
- Symbolic links are only available on Windows Vista and later, most notably not on XP
8
8
- You need the `SeCreateSymbolicLinkPrivilege` privilege, which is by default assigned only to Administrators and guarded by UAC, but can be assigned to other users or user groups (see below).
9
9
- Symbolic links on remote filesystems are disabled by default (call `fsutil behavior query SymlinkEvaluation` to find out)
10
-
- Symbolic links will only work on NTFS, not on FAT nor exFAT
10
+
- Symbolic links will only work on NTFS, [ReFS (Resilient File System)](https://learn.microsoft.com/en-us/windows-server/storage/refs/refs-overview), but not on FAT nor exFAT
11
11
- Windows' symbolic links are typed: they need to know whether they point to a directory or to a file (for this reason, Git will update the type when it finds that it is wrong)
0 commit comments