Answers for "how to access the local machine using WSL"

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

Code answers related to "how to access the local machine using WSL"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language