Answers for "why mongodb 5.0 dont start the service with the word mongo in ubuntu"

1

ubuntu mongodb not starting

cd /var/log/mongodb
sudo chown -R mongodb:mongodb .
cd /var/lib/mongodb
sudo chown -R mongodb:mongodb .
Posted by: Guest on June-11-2020

Code answers related to "why mongodb 5.0 dont start the service with the word mongo in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language