Answers for "access windows via wsl"

1

wsl folder linux windows access

#From win host
Open File Explorer.
Type \wsl$<wsl-distro-name> in the address bar.

#From the wsl distro 
#You can also map it to a specific folder in the win host if you want (symbolic link)
ls -s /wsl-dir-you-wanna-map /mnt/c/Users/<username>/<desired-path>



#by Leo Av
Posted by: Guest on October-23-2021
0

access wsl files from windows

C:Users%USERNAME%AppDataLocalPackagesCanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgscLocalStaterootfs
Posted by: Guest on August-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language