Skip to content

Commit 4e177ca

Browse files
Merge pull request #57 from pythoninthegrass/pythoninthegrass-patch-1
Update wsl.md
2 parents d35e5f3 + d8c410b commit 4e177ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markdown/wsl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ WSL allows Windows users to run Linux (Unix) [locally at a system-level](https:/
4444
[user]
4545
default=<username>
4646
47-
# mounts host drive at /mnt/c/
47+
# mounts host drive at /mnt/c/ and retain permissions
4848
[automount]
4949
enabled = true
50-
options = "uid=1000,gid=1000"
50+
options = "uid=1000,gid=1000,metadata"
5151
5252
# WSL2-specific options
5353
[wsl2]

0 commit comments

Comments
 (0)