[root@vmwfed13 ~]# mongo 192.168.0.102:27017 MongoDB shell version: 1.4.4 url: 192.168.0.102:27017 connecting to: 192.168.0.102:27017/test type "help" for help > show dbs admin infausys local testdb > use infausys switched to db infausys > show collections infausys system.indexes > db.infausys.find() { "_id" : ObjectId("4c7fe29fdd7dfa3d6204af24"), "name" : "xin", "age" : 24 } { "_id" : ObjectId("4c7ff194f77c0ac3a8fc2e59"), "name" : "patrick", "age" : 28 } > exit bye [root@vmwfed13 ~]#