diff --git a/source/administration/configuration.txt b/source/administration/configuration.txt index 1050936630f..8f8b4ab4634 100644 --- a/source/administration/configuration.txt +++ b/source/administration/configuration.txt @@ -55,7 +55,7 @@ For most standalone servers, this is a sufficient base configuration. It makes several assumptions, but consider the following explanation: -- :setting:`fork`" is ``true``, which enables a +- :setting:`fork` is ``true``, which enables a :term:`daemon` mode for :program:`mongod`, which detaches (i.e. "forks") the MongoDB from the current session and allows you to run the database as a conventional server. diff --git a/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt b/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt index ebb9abdf050..d3065c309fd 100644 --- a/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt +++ b/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt @@ -197,9 +197,6 @@ Follow the state of this process by watching the output in the ``/var/log/mongo/mongod.log`` file to watch for errors or important messages from the server. -You can restart the :program:`mongod` process by issuing the following -command (as root, or with ``sudo``): - Control :program:`mongos` ~~~~~~~~~~~~~~~~~~~~~~~~~