Jak zatrzymać serwer MongoDB w 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