Answers for "How to use my windows file through bash"

5

access windows files from windows ubuntu

cd /mnt/c
Posted by: Guest on December-16-2019
1

How to use my windows file through bash

You'll find the Windows C:\ structure at /mnt/c/ in the Bash environment.

Therefore, my Documents folder is at /mnt/c/Users/Ben/Documents/.

so give comand of cd /mnt/c/ to enter the c file
Posted by: Guest on October-02-2020

Code answers related to "How to use my windows file through bash"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language