Answers for "mongodb service run in ubuntu"

10

start mongodb service ubuntu

sudo systemctl start mongod
sudo systemctl stop mongod
Posted by: Guest on May-28-2020
-1

how to start mongodb server in ubuntu

sudo systemctl start mongodb
# it will starts mongodb server
Posted by: Guest on December-06-2020
-2

ubuntu start mongodb

sudo mongod --fork --config /etc/mongod.conf
Posted by: Guest on September-24-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language