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 777a7e0995a..0b6737e59e9 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 @@ -55,9 +55,9 @@ Run MongoDB larger implications for your deployment. The MongoDB instance stores its data files in ``/var/lib/mongo`` -and its log files in ``/var/log/mongo``, and runs using the ``mongod`` +and its log files in ``/var/log/mongodb``, and runs using the ``mongod`` user account. If you change the user that runs the MongoDB process, you -**must** modify the access control rights to the ``/var/lib/mongodb`` and +**must** modify the access control rights to the ``/var/lib/mongo`` and ``/var/log/mongodb`` directories. .. include:: /includes/steps/run-mongodb-on-a-linux-distribution.rst