1 頁 (共 1 頁)

WSL Unable to change file permissions on Ubuntu Bash for Windows 10

發表於 : 2019-12-26 22:48:29
yehlu
https://superuser.com/questions/1323645 ... 10/1392722

30

If you're referencing files in the Windows file system, they do not, by default, retain Linux permissions. However, there's a way to enable that. Edit or create (using sudo) /etc/wsl.conf and add the following:

/etc/wsl.conf

代碼: 選擇全部

[automount]
options = "metadata"