On the Bash on Ubuntu on Windows app, I only have
```
root@localhost:~# ls -a
.bash_history .bashrc .profile
```
Comment access all of the Windows folders like Documents, Downloads, etc.?
Comment accéder aux dossiers Windows depuis Bash on Ubuntu on Windows
Re: Comment accéder aux dossiers Windows depuis Bash on Ubuntu on Windows
Vous trouverez the Windows `C:\` structure at `/mnt/c/` in the Bash environment.
Therefore, my Documents folder is at `/mnt/c/Users/Ben/Documents/`.
Therefore, my Documents folder is at `/mnt/c/Users/Ben/Documents/`.