Initialze MongoDb In Local mongod mongosh


Initialize the service

sudo systemctl start mongod
sudo systemctl status mongod
mongod
mongosh

Close the service

sudo systemctl stop mongod
sudo systemctl status mongod