We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35e5f3 commit d8c410bCopy full SHA for d8c410b
markdown/wsl.md
@@ -44,10 +44,10 @@ WSL allows Windows users to run Linux (Unix) [locally at a system-level](https:/
44
[user]
45
default=<username>
46
47
- # mounts host drive at /mnt/c/
+ # mounts host drive at /mnt/c/ and retain permissions
48
[automount]
49
enabled = true
50
- options = "uid=1000,gid=1000"
+ options = "uid=1000,gid=1000,metadata"
51
52
# WSL2-specific options
53
[wsl2]
0 commit comments