How to run MongoDB shell using mongos command?n



In order to launch the MongoDB shell, you need to use mongo command. Following is the syntax −

>mongo

First reach the MongoDB bin directory from command prompt as in the below screenshot −


Here is the command to launch the mongo shell as in the below screenshot −


This will produce the following output −



Advertisements