Die Windows- C:\
Struktur finden Sie /mnt/c/
in der Bash-Umgebung.
Daher ist mein Ordner Dokumente unter /mnt/c/Users/Ben/Documents/
.
Auf der Bash auf Ubuntu unter Windows-App habe ich nur
root@localhost:~# ls -a .bash_history .bashrc .profile
Wie kann ich auf alle Windows-Ordner wie Dokumente, Downloads usw. zugreifen?
Die Windows- C:\
Struktur finden Sie /mnt/c/
in der Bash-Umgebung.
Daher ist mein Ordner Dokumente unter /mnt/c/Users/Ben/Documents/
.
Alternatively,
bash
You'll be able to use any Bash commands directly to operate on the files and folders in that Windows directory. By using this method, you don't have to manually cd
into your directories especially when you've a deep-rooted directory to access.
Update as of Windows 10 1809:
Above still works, but there's an easier method now.