run mongodb code example
Example 1: how to restart mongodb server in ubuntu
sudo systemctl restart mongodb
# it will restarts running mongodb server
Example 2: start mongodb
sudo systemctl start mongod
sudo systemctl restart mongodb
# it will restarts running mongodb server
sudo systemctl start mongod