Answers for "windows go to wsl dir"

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
6

where is wsl folder in windows

%LOCALAPPDATA%\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs
Posted by: Guest on October-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language