while trying this mongo command in ubuntu I am getting this error.
ritzysystem@ritzysystem-Satellite-L55-A:~$ mongo MongoDB shell version: 2.6.1
Follow this simple steps; (Works on MAC OS too)
Open terminal and run sudo mongod
sudo mongod
Open a new terminal tab(Don't close step 1 tab) and run sudo mongo
sudo mongo
That's all