Member
margarett
How to start mongodb server in ubuntu?
sallie
@margarett just run the following command in the terminal to start your MongoDB server in Ubuntu Linux:
1
sudo service mongod start
monroe.bahringer
@margarett
Alternatively, you can also use the following command to start MongoDB:
sudo systemctl start mongod