Hi, I finished this lab but I suspected the meaning in terminal.
.
.
and Why I got an error when I ran command again.
Your first run was success
Why did you run mongod again?
It will fail as you cannot have two mongods running on same port,dbpath
May be you wanted to connect to mongod
You should use mongo
mongod-to start a mongod instance
mongo-to connect to it
1 Like
Can you explain about child process for me?
I didn’t get it.
Please refer to fork() from manpages on any Unix server
man fork