Answers for "how to start mongodb service start 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

Code answers related to "how to start mongodb service start in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language