This has been annoying me since forever. You should be able to start the db by saying:
$ bin/mongod
not having to say:
$ bin/mongod run
especially since passing any option at all eliminates the need for "run":
$ bin/mongod -v #starts the db
This has been annoying me since forever. You should be able to start the db by saying:
$ bin/mongod
not having to say:
$ bin/mongod run
especially since passing any option at all eliminates the need for "run":
$ bin/mongod -v #starts the db