Start Mongodb Service Ubuntu Code Example


Example 1: mongodb install in ubuntu

sudo apt update sudo apt install -y mongodb //checking service and db sudo systemctl status mongodb or service mongodb status //start service sudo systemctl start mongod or service mongodb start //stop service sudo systemctl stop mongod  or service mongodb stop

Example 2: start mongodb service ubuntu

sudo systemctl start mongod sudo systemctl stop mongod

Example 3: how to start mongodb server in ubuntu

sudo systemctl start mongodb # it will starts mongodb server

Example 4: ubuntu start mongodb

sudo mongod --fork --config /etc/mongod.conf

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable