Answers for "open mongodb in terminal in ubuntu"

-1

how to start mongodb server in ubuntu

sudo systemctl start mongodb
# it will starts mongodb server
Posted by: Guest on December-06-2020
-2

ubuntu start mongodb

sudo mongod --fork --config /etc/mongod.conf
Posted by: Guest on September-24-2020

Code answers related to "open mongodb in terminal in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language