Every time I need to start mongo on my terminal I have to enter mongod on the terminal then create another instance of the terminal and finally enter mongo to get it up and running.
How do I skip running mongod?
P.S: I am following a tutorial and my instructor entered brew services start mongo on his mac terminal so that he doesn't need to enter mongod again and again. Is there any alternative for this on Linux? I'm using Manjaro (Arch Linux) btw