I am seeing something weird that I can not figure out:
If i run the following command
sudo mongod --dbpath /db/database/ --logpath /db/logs/mongodb/mongodb.log &
and then do a
ps aux
I see the following
So I have two mongod processing running now (ignore the third with the --configsrv option)
Why is this happening?