From be76e18138281bb74f27e9b4de5d60e413618f74 Mon Sep 17 00:00:00 2001 From: Timofey Trukhanov Date: Thu, 14 Aug 2014 21:12:48 +0300 Subject: [PATCH] fix log dir and data dir path --- .../install-mongodb-on-red-hat-centos-or-fedora-linux.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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