I tried running MongoDB in local server with mongod command and it failed to run. The error:
mongod --help for help and startup options
Sat
Try this:
sudo service mongodb stop
sudo mongod
you already have a process running
killall mongod
should kill the other process, if you have another kind of process bound to that port you could find it with netstat | grep 27017
some version is:
sudo service mongod stop
mongod: mongo damon