Answers for "access windows files from ubuntu wsl"

8

access windows files on wsl

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

how to cd into local machine using ubuntu subsystem

You will find the Windows C: structure at /mnt/c/ in the Bash environment.

Therefore, my Documents folder is at /mnt/c/...

therefore to cd into your directory do 
cd /mnt/c/...
Posted by: Guest on September-08-2020
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