No such file or directory #17611
-
|
Hi, I got MOOSE installed and i tried creating an application with the command: cd ~/projects |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
Hello
You could restart the tutorial from the beginning to correct that. with moose and your application in the projects folder under the home directory. This is not a moose issue, you will find more help on linux help forums. Guillaume |
Beta Was this translation helpful? Give feedback.
-
|
There seems to be a bigger issue than that... @kwarteng10 are you using the |
Beta Was this translation helpful? Give feedback.
-
|
I am running ubuntu on windows sir
…On Thu, 15 Apr 2021 at 23:54, Derek Gaston ***@***.***> wrote:
There seems to be a bigger issue than that... @kwarteng10
<https://github.com/kwarteng10> are you using the root user? It's really
not a good idea. I would suggest adding a "regular" user and logging in
with that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17611 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AORERKHJGLZ3QCM5ZSWDCKDTI4D5FANCNFSM426RZLBA>
.
|
Beta Was this translation helpful? Give feedback.
-
|
You mean I am running from a wrong directory?
…On Thu, 15 Apr 2021 at 23:50, Guillaume Giudicelli ***@***.***> wrote:
Hello
cd ~/projects means change directory to projects in the home (~)
directory.
Except you created the projects directory in the moose directory instead
of the home directory.
You could restart the tutorial from the beginning to correct that.
We recommend the directory structure to be something like:
(moose) ***@***.***:~/projects$ pwd
/home/guillaume/projects
(moose) ***@***.***:~/projects$ ll
total 136
drwxrwxr-x 18 guillaume guillaume 4096 Apr 13 18:54 ./
drwxr-xr-x 29 guillaume guillaume 4096 Apr 14 22:47 ../
drwxrwxr-x 20 guillaume guillaume 4096 Apr 13 19:03 moose/
drwxrwxr-x 20 guillaume guillaume 4096 Apr 13 19:03 your_application/
with moose and your application in the projects folder under the home
directory.
This is not a moose issue, you will find more help on linux help forums.
Guillaume
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17611 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AORERKGCWGK3F4GZDTK3E6TTI4DNZANCNFSM426RZLBA>
.
|
Beta Was this translation helpful? Give feedback.
Hello
cd ~/projectsmeans change directory to projects in the home (~) directory.Except you created the projects directory in the moose directory instead of the home directory.
You could restart the tutorial from the beginning to correct that.
We recommend the directory structure to be something like:
with moose and your applicatio…