I am new to Mongodb. When I run the following command:
sudo service mongodb start
It shows me \"mongodb start/running, process 3566
I fixed it by myself. Below is what I did:
apt-get install mongodb
And overwrote .conf file. After that everything works fine. I hope this would help someone.