Copy Files from Windows to Windows Subsystem for Linux (WSL)
Copy Files from Windows to Windows Subsystem for Linux (WSL)
Copy Files from Windows to Windows Subsystem for Linux (WSL)
Re: Copy Files from Windows to Windows Subsystem for Linux (WSL)
You should be able to access your windows system under the `/mnt` directory. For example inside of bash, use this to get to your pictures directory:
`cd /mnt/c/Users//Pictures
```
`cd /mnt/c/Users/
```