how to restart mongodb server in ubuntu

C++
sudo service mongod start
sudo systemctl restart mongodb
# it will restarts running mongodb server
Source

Also in C++: