I am going to assume that you ran the mongos command with no parameters. mongos is the interface between clients and a sharded cluster. You can read about mongos in the documentation.
If you have installed MongoDB and have the mongod (this is the database daemon) process up and running, then you can connect to is using the mongosh command line tool.
If you have a couple of hours, I would recommend going through the M001 - MongoDB Basics course on MongoDB University. This is a free course and should help you get up to speed on using MongoDB.
2 Likes