Answers for "how do i check if mongodb has been installed correctly on mac"

1

check if mongodb is running mac

ps -ef | grep mongod | grep -v grep | wc -l | tr -d ' '
Posted by: Guest on April-02-2020

Code answers related to "how do i check if mongodb has been installed correctly on mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language