@margarett just run the following command in the terminal to start your MongoDB server in Ubuntu Linux:
1
|
sudo service mongod start |
@margarett
Alternatively, you can also use the following command to start MongoDB:
1
sudo systemctl start mongod