Add these content to /etc/wsl.conf
and then restart your sub-system.
[automount]
options = "metadata,umask=022,fmask=011"
This enables all permissions for user owner and provides WSL with necessary permission on your Windows file system.
1 min read
Add these content to /etc/wsl.conf
and then restart your sub-system.
[automount]
options = "metadata,umask=022,fmask=011"
This enables all permissions for user owner and provides WSL with necessary permission on your Windows file system.