Skip to content

Corrected typo in /var subfolders used by mongodb #1815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/tutorial/install-mongodb-on-ubuntu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Install MongoDB
Run MongoDB
-----------

The MongoDB instance stores its data files in ``/var/lib/mongo``
and its log files in ``/var/log/mongo``, and runs using the ``mongod``
The MongoDB instance stores its data files in ``/var/lib/mongodb``
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/mongo`` and
``/var/log/mongo`` directories.
**must** modify the access control rights to the ``/var/lib/mongodb`` and
``/var/log/mongodb`` directories.

.. include:: /includes/steps/run-mongodb-on-debian.rst