Answers for "wsl directory"

5

where is wsl folder in windows

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

home directory of wsl

\\wsl$\DISTRO_VERSION
Posted by: Guest on October-21-2020
0

wsl windows directory

\\wsl$\
Posted by: Guest on July-16-2021
1

wsl home folder location

%LOCALAPPDATA%\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs
Posted by: Guest on February-23-2020
0

wsl directory

C:\Users\<username>\AppData\Local\Packages\
Posted by: Guest on July-03-2021
0

how to access the local machine using WSL

You can access your local machine using Windows Linux subsystem by accessing mnt folder in the root directory of the bash.
Just type, cd / 
-- this will get you to the root folder.
Then type, cd mnt
-- this will get you inside the mnt directory
Then type, ls -ltr
-- this will list down the drives in your local computer. From here yo can access anything you want on your local computer.
Posted by: Guest on April-10-2020

Browse Popular Code Answers by Language