From 0385d99839db0a85168f3b427adf443470774c48 Mon Sep 17 00:00:00 2001 From: Giorgos Chantzialexiou Date: Mon, 21 Jul 2014 14:17:28 -0400 Subject: [PATCH] Update install-mongodb-on-os-x.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set permissions for the data directory.¶ - Here I belive you have to add the command for the read and write permissions: chmod username 0755 /data/db --- source/tutorial/install-mongodb-on-os-x.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/tutorial/install-mongodb-on-os-x.txt b/source/tutorial/install-mongodb-on-os-x.txt index 292354a0e35..ab222cf8f67 100644 --- a/source/tutorial/install-mongodb-on-os-x.txt +++ b/source/tutorial/install-mongodb-on-os-x.txt @@ -46,5 +46,7 @@ Only install MongoDB using this procedure if you cannot use Run MongoDB ----------- - +Set permissions for the data directory.¶ + - Here I belive you have to add the command for the read and write permissions: chmod username 0755 /data/db .. include:: /includes/steps/run-mongodb-on-linux.rst +