Answers for "how to get access to wsl files from windows"

1

windows how to access wsl from explorer

from explorer \\wsl$
from powershell: cd \\wsl$\<DistributionName> 

in my case DistributionName is Ubuntu20.04
Posted by: Guest on July-20-2020
8

access windows files on wsl

cd /mnt/c
Posted by: Guest on December-16-2019

Code answers related to "how to get access to wsl files from windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language