Start Mongodb In Terminal

[Solved] Start Mongodb In Terminal | Shell - Code Explorer | yomemimo.com
Question : linux start mongodb

Answered by : stupid-squirrel-5lgjrldxo3n7

sudo systemctl start mongod

Source : https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/ | Last Update : Fri, 01 May 20

Question : How to start MongoDB in Linux

Answered by : zelalem

sudo systemctl daemon-reload
then,
sudo systemctl status mongod
<!-- @Zenonymous -->

Source : https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/ | Last Update : Tue, 28 Dec 21

Answers related to start mongodb in terminal

Code Explorer Popular Question For Shell