Forrest logo
back to context overview

mongod

List of commands for mongod:

  • mongod:tldr:223a2 mongod: Specify a config file.
    $ mongod --config ${filename}
    try on your machine
    explain this command
  • mongod:tldr:64e09 mongod: Specify database profiling level. 0 is off, 1 is only slow operations, 2 is all.
    $ mongod --profile ${select}
    try on your machine
    explain this command
  • mongod:tldr:c8d62 mongod: Specify the port to listen on.
    $ mongod --port ${port}
    try on your machine
    explain this command
back to context overview