Score:0

Accessing and copying Windows Folders in Ubuntu Bash Environment Using WSL (New Beginner)

in flag

I have downloaded Ubunutu onto my Windows 10 machine using WSL and have downloaded OpenFOAM. I see the .tgz file in my downloads folder on Windows File Explorer, but I am receiving an error when I try to copy the .tgz file into my local bash environment.

Here is my command to copy the .tgz file:

cp -ar /mnt/c/Users/<ajcib>/Downloads/OpenFOAM-v2012-windows10.tgz .

The error states 'no such file or directory'. I have tried to create a copy of the folder in my bash environment and receive a similar error. I have attached a photo of my ubuntu commands to provide more details.

Can anyone offer any suggestions?

No Such File or Directory

hr flag
Did you really put your username `ajcib` between `<` and `>`? Those are special *shell redirection* characters. Just use your ordinary (Windows) username verbatim.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.