I am really new to Ubuntu and OpenFoam, so trying to learn and doing some tutorials. I am using Docker to work with OpenFoam on Ubuntu.
I copied a folder to a specific directory, however when I try to access that folder using the terminal, I can't; I only see the original folder, not the copied.
I have used commands such as cd
to go to the directory and ls
to see what folders are present, and that's where I only see the original folder.
Would really appreciate some help!
Try ls -la to see all folder or files. And check the owner and rights on this folder.