Comment arrêter le serveur MongoDB dans Ubuntu
sudo systemctl stop mongodb
# it will stop running mongodb server
visualscrapper
sudo systemctl stop mongodb
# it will stop running mongodb server
sudo systemctl stop mongod
// @Zenonymous