Sanu
0
Q:

start mongodb service 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
7
sudo systemctl start mongod
sudo systemctl stop mongod
5
sudo mongod --fork --config /etc/mongod.conf
-1

New to Communities?

Join the community