WSL file system and access Host OS file system from WSL
Access Host OS file system from WSL distribution
```sh
/mnt/c/users/<HostOS-UserId>
```
WSL home path
```sh
/home /<WSL-UserId>
```
Access WSL installed distribution location from Host OS (Windows)
```sh
\\wsl$\
\\wsl$\<distribution-name>
```
No comments:
Post a Comment