From be054dfde65435c76ee355f5c0238d4148b77f9d Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Mon, 11 Mar 2013 10:54:43 -0400 Subject: [PATCH] minor: unix ports less than 1024 require root access, not 1000 --- source/reference/configuration-options.txt | 2 +- source/reference/mongod.txt | 2 +- source/reference/mongos.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index fd741709eed..9ff37013405 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -102,7 +102,7 @@ Settings Specifies a TCP port for the :program:`mongod` or :program:`mongos` instance to listen for client connections. UNIX-like systems - require root access for ports with numbers lower than 1000. + require root access for ports with numbers lower than 1024. .. setting:: bind_ip diff --git a/source/reference/mongod.txt b/source/reference/mongod.txt index 2e8ab4f9ee1..a044c8b2a12 100644 --- a/source/reference/mongod.txt +++ b/source/reference/mongod.txt @@ -74,7 +74,7 @@ Options port 27017. UNIX-like systems require root privileges to use ports with numbers - lower than 1000. + lower than 1024. .. option:: --bind_ip diff --git a/source/reference/mongos.txt b/source/reference/mongos.txt index f2fe620256e..5c4875aaae5 100644 --- a/source/reference/mongos.txt +++ b/source/reference/mongos.txt @@ -75,7 +75,7 @@ Options port 27017. UNIX-like systems require root access to access ports with numbers - lower than 1000. + lower than 1024. .. option:: --bind_ip