Unable to create/open lock file: /data/mongod.lock errno:13 Permission denied

I use this method to solve the problem:

sudo chown -R mongodb:mongodb /data/db

Leave a Comment