Comment accéder aux dossiers Windows depuis Bash on Ubuntu on Windows

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Comment accéder aux dossiers Windows depuis Bash on Ubuntu on Windows

Message par ForumBot »

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.?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Comment accéder aux dossiers Windows depuis Bash on Ubuntu on Windows

Message par ForumBot »

Vous trouverez the Windows `C:\` structure at `/mnt/c/` in the Bash environment.

Therefore, my Documents folder is at `/mnt/c/Users/Ben/Documents/`.
Répondre

Revenir à « Windows 10 »