How to find MongoDB Configuration in Linux
Mongodb is a document based database. It doesn't have Rows & Tables like RDMS instead they have Documents and Collections. For finding where the data (dbpath), logpath and pidpath in MongoDB running on a linux environment,First…