Hi @Audrey_Anne,
I think you are trying to use Windows command prompt syntax in your Ubuntu LTS.
That is, this:
Users\audre\Bureau\Projetmain
should be:
Users/audre/Bureau/Projetmain
One trick that you can use to share files between your Windows and Ubuntu LTS is to do the following:
- In Ubuntu LTS terminal window type:
explorer.exe .
. This will open a Windows Explorer window with the path to your home directory within your Ubuntu LTS. See here. - Drag this path in the window to your
Quick access
list. - Now you can drag/drop files into this folder so that it is easily accessible within your Ubuntu LTS.
- Make sure to use forward-slashes and not backward-slashes as above.
- Type
pwd
to see your current working directory within Ubuntu LTS.
-Hope this helps!
-Mike