I\'m getting the following error when I try to run \"mongod\" in the terminal. I\'ve tried uninstalling, reinstalling, and restarting the machine. Any suggestions on how to
I solved the problem with :
sudo mongod --dbpath=/var/lib/mongodb and then mongo to access the mongodb Shell.
sudo mongod --dbpath=/var/lib/mongodb