I am trying to create a new folder in the main directory
Tried all kinds of examples
sudo mkdir /data/db
sudo mkdir -p /data/db<
I did this:
mkdir -p usr/local/var/mongodb/data/db
since the new path that is "usr/local/var/mongodb".