I have been using MongoDB for my projects. I know that the database is stored locally in /data/db directory. But i would like to know the exact filename or Collection of filenames of the database file.
Asked
Active
Viewed 97 times
1
-
For what purpose? – D. SM May 20 '20 at 20:52
-
Simply run `ls /data/db/*` - what else you like to know? – Wernfried Domscheit May 21 '20 at 12:14